On 15 May 2013 09:08, Thomas Thrainer <[email protected]> wrote: > Maybe I don't understand correctly, but why are we parsing the output of > `df` here? Couldn't we simply call os.statvfs ([0])?
I think it's a good suggestion. I didn't know that function, thanks. And it solves the problem of the difference between root/non-root available space if/when noded will lose its root powers. Bernardo
