-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong Container-Size #375
Comments
Hi! Thanks for the report. Looks like reverse mode has the same problem: #274 Can you post the output of |
Update: can you run statfs.darwin.tar.gz against a mounted gocryptfs, and against the underlying filesystem? For me, on Linux, it looks like this. "Blocks" and "Bsize" are identical for both, and df reports the right size:
|
Hi, thanks for Your answer. My output looks a little differenz:
Mount-Path:
|
We usually were off by a factor of 256. Fixes rfjakob/gocryptfs#375
Perfect, thanks! I think I have that fixed, can you try |
Yes that´s it! |
We usually were off by a factor of 256. Fixes rfjakob/gocryptfs#375
We want this go-fuse commit hanwen/go-fuse@161a164 as it fixes #274 and #375
Fixed via hanwen/go-fuse@161a164 , thanks! |
Hi, apologies for resurrecting this old thread but I'm having a related issue on macOS 14.5 (Darwin 23.5.0). I created a directory on my boot SSD, encrypted and mounted it. The "main" disk is shown as having 154 GB free in the Finder, while the encrypted volume claims to have 130 GB. df shows the following (skipping lines about external, unrelated disks)
I just recompiled gocryptfs from the current git repository to ensure that I was using the latest version of everything ( These are the results of runnning statfs on both directories, both empty: I'm afraid I am not really familiar with fuse or proficient enough with Go to even consider figuring it out myself, but I'll be more than happy to run any other tests. :) EDIT: I also tried creating one on my NAS, and it's even odder. The Finder reports 4.23 TB free on the network volume (via SMB), but the mounted filesystem reports 529.3. Again the relevant df, slightly redacted:
And the statfs results: Note that in this case the encrypted folder contains about 370 GB / 344 GiB of data. |
I´m using gocryptfs v1.6.1 on osx 10.14.3
After setting up and mounting a new Container the "finder Information" Reports 55TB free disk Memory.
This seems to be wrong, because my SSD unforunally has only 256GB :-)
The text was updated successfully, but these errors were encountered: