-
Notifications
You must be signed in to change notification settings - Fork 163
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
du
Disk Usage utility shows all files as 0 bytes
#180
Comments
Update: this is when running on the Parted Magic Linux OS. This may be a Parted Magic problem. |
This is probably an indication that the files are "HFS-compressed". That means that their content is in an xattr if it can be compressed to fit in there, or else in the resource fork (another xattr nowadays).
It would be a big bummer though if apfs-fuse doesn't know how to handle these files!
|
Problem still persists with
|
Confirmed. The problem is definitely
Note: for testing on Parted Magic, I just built |
By the way, thank you for your work on this project. I really appreciate that you've made it, and I hope to see it continue to improve. |
hey @ElectricRCAircraftGuy I am having the same issue, filelight, du and ncdu shows 0KB for all files. However, I switched to |
@sgan81 Do you think this will be worked on at any point? No pressure, just asking. :) |
Normally, when you run
du
at the command line, it shows all files and their size on the far left. When mounted withapfs-fuse
, however, my Macbook apfs filesystem shows all files as0
bytes. Looking at them in thethunar
file manager, however, shows their correct size in the properties menu.The text was updated successfully, but these errors were encountered: