Rick Smith
Rick Smith
@drrob1 This library is actually a very thin wrapper around the following code: var stat syscall.Statfs_t syscall.Statfs("/path/here", &stat) This probably means one of the following: 1) syscall.Statfs() is broken (unlikely)...
@drrob1 I'm not sure if you meant to close this issue or not, but I thought I'd reply anyway. I was able to reproduce you results on CentOS 7 running...
I have a WSL system so it was a little difficult to test your code directly because I don't know how devices like /dev/sda1 apply. I got a hold of...