-
Notifications
You must be signed in to change notification settings - Fork 2
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
missing df #7
Comments
@tiago4orion
So... from the partition name we can found out where it is mounted. However I'll continue searching for a file maintained by kernel that can give us the disk usage. |
Nice. You'll need to use the paths in /proc/mounts to call the syscall statfs(2). []'s |
Thanks! scall.go
Running: I just did a test comparing the output between the script and the
The output has a considerable difference. []'s |
No description provided.
The text was updated successfully, but these errors were encountered: