DF(1) | General Commands Manual | DF(1) |
df | [-agklmn] [-G | -i | -P] [-t type] [file | file_system ...] |
Note that the printed count of available blocks takes minfree into account, and thus will be negative when the number of free blocks on the filesystem is less than minfree.
The following options are available:
If both the -P and -k option are specified, the output will be preceded by the following header line, formatted to match the data following it:
"Filesystem 1024-blocks Used Available Capacity Mounted on\n"
If the -P option is specified without the -k options, the output will be preceded by the following header line, formatted to match the data following it:
"Filesystem <blksize>-blocks Used Available Capacity Mounted on\n"
The header line is followed by data formatted as follows:
"%s %d %d %d %d%% %s\n", <file system name>, <total space>, <space used>, <space free>, <percentage used>, <file system root>
Note that the -i option may not be specified with -P.
March 4, 2008 | NetBSD 6.1 |