-
Notifications
You must be signed in to change notification settings - Fork 164
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
Mac OS finder shows size of 0 bytes for every file #245
Comments
Yes, I can reproduce: The problem is that files in Fuse don't seem to register in OS X's metadata store, a problem one can confirm by simply running > file=/Users/zmwang/sync/acd/vid/event/apple/20111004-apple-special-event.mov
> mdls $file
/Users/zmwang/sync/acd/vid/event/apple/20111004-apple-special-event.mov: could not find /Users/zmwang/sync/acd/vid/event/apple/20111004-apple-special-event.mov.
> ls -sh $file
4.6G /Users/zmwang/sync/acd/vid/event/apple/20111004-apple-special-event.mov I'm not sure why. Maybe it's OSXFUSE's fault. By the way, trying to QuickLook a directory returns the size just fine. |
Digging into
From system logs:
whatever those means. |
@yadayada I don't have this problem in the macOS (10.11.6) and it's showing all the file sizes so I think that's fixed because it wasn't like this before. |
It is due to OSXFUSE: mounting a volume with the auto_xattr option solves the issue, at least in my case (See https://github.com/osxfuse/osxfuse/wiki/Mount-options#auto_xattr). |
See #125 (comment)
I don't have access to a Mac and can't get OS X running in a VM, so I would appreciate if anyone could investigate this.
The text was updated successfully, but these errors were encountered: