1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| Options: -a, --all 显示所有文件系统 -B, --block-size=SIZE 指定块大小,如-BM即1,048,576 bytes --total 显示汇总信息 -h, --human-readable 以可读形式显示,单位1024,如1K,234M,2G -H, --si 以可读形式显示,单位1000 -i, --inodes 显示inode使用率 -k 等同于--block-size=1K -l, --local 只显示本地文件系统 --output[=FIELD_LIST] 显示指定输出格式 -t, --type=TYPE 显示指定类型的文件系统,如xfs,ext4 -T, --print-type 显示文件系统类型 -x, --exclude-type=TYPE 排除指定类型的文件系统
SIZE: K, M, G, T, P, E, Z, Y (powers of 1024) or KB, MB, ... (powers of 1000).
FIELD_LIST: 'source', 'fstype', 'itotal', 'iused', 'iavail', 'ipcent', 'size', 'used', 'avail', 'pcent', 'file' and 'target'.
|