Asynchronous statfs(2)
. Returns information about the mounted file system which contains path
. The callback gets two arguments (err, stats)
where stats
is an fs.StatFs
object.
In case of an error, the err.code
will be one of Common System Errors
.