Skip to content
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

df command doesn't correctly report file system space utilization #8

Closed
benhj opened this issue Jan 21, 2014 · 2 comments
Closed

df command doesn't correctly report file system space utilization #8

benhj opened this issue Jan 21, 2014 · 2 comments
Labels

Comments

@benhj
Copy link
Owner

benhj commented Jan 21, 2014

An example output of df -h yields:

teasafe@osxfuse0 0Bi 0Bi 0Bi 100% 0 0 100% /testMount

Always.

@benhj
Copy link
Owner Author

benhj commented Jan 21, 2014

Need to implement statfs function in FuseLayer.cpp

E.g.

int bb_statfs(const char *path, struct statvfs *statv)

@benhj
Copy link
Owner Author

benhj commented Feb 21, 2014

Implemented. This should now be working although note that the number of reported free inodes is set to be equivalent to the number of free blocks.

@benhj benhj closed this as completed Feb 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant