-
Notifications
You must be signed in to change notification settings - Fork 44
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
OS X Finder reports 0 bytes available #46
Comments
If the Finder doesn't let you copy files because the filesystem is too full, that's kind of a problem for demo purposes though. Can you confirm that you can successfully copy files with |
Yes, I copied files with cp without issue. So having that may help then. I will go ahead and implement my own filesystem for testing and see if I get Ok results then too. |
So I've implemented a full filesystem now to a remote http server. Everything works. I event added the statfs to report its a 1TB drive so the finder doesn't restrict any file copies. So Thanks, that helped. Only one odd kernel panic...which surprised me for FUSE. But things are working OK so far, now a lot more app testing needs to be done. --Ben |
Keeping this bug open as a reminder to consider implementing |
Just trying out this project, ran directly from my eclipse. Things work OK for my needs so far, except the OS X Finder reports 0 bytes available. I was testing with the example memoryFS.
In terminal I can still copy items via cp, but not with the OS X Finder because it believes the server is full and won't make any attempts. What can I do to troubleshoot for you? Do you want access to an OS X machine with eclipse? I know you mentioned many items before you didn't have OS X.
Other Fuse related apps I have used aren't reporting 0 bytes. So its something specific to your implementation I think.
"df" also reports the volume is 100% utilized.
OS X 10.10.1.
Thanks,
Ben
The text was updated successfully, but these errors were encountered: