|
|
|
|
|
by murphyslaw
1032 days ago
|
|
df just uses C library calls which use system calls. If you're going to implement something like this then ffs do it right. I don't know the "easy" way to fix this, but in any case if something is supposed to be transparently free and available then standard tools using standard calls should see it as free and available, with specialized user space tools that can look behind the screens when needed. |
|