Method Fuse.Operations()->statfs()
- Method statfs
mapping(string:int) statfs(string path)
- Description
Stat a filesystem. Mapping as from filesystem_stat
- Note
required for 'df' support, without this function there is an error each time 'df' is run.
mapping(string:int) statfs(string path)
Stat a filesystem. Mapping as from filesystem_stat
required for 'df' support, without this function there is an error each time 'df' is run.