6. Xem thông tin file hệ thống ở MB
root@server:~# df -m
Filesystem 1M-blocks Used Available Use% Mounted on
/dev/vda1 30108 3146 25411 12% /
none 1 0 1 0% /sys/fs/cgroup
udev 487 1 487 1% /dev
tmpfs 100 1 100 1% /run
7. Xem thông tin file hệ thống ở GB
root@server:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/vda1 30G 3.1G 25G 12% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 487M 4.0K 487M 1% /dev
tmpfs 100M 392K 100M 1% /run
8. Xem thông tin Inodes
root@server:~# df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/vda1 1966080 170425 1795655 9% /
none 127234 2 127232 1% /sys/fs/cgroup
udev 124520 402 124118 1% /dev
tmpfs 127234 377 126857 1% /run
9. Hiển thị thông tin định dạng file hệ thống
root@server:~# df -T
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/vda1 ext4 30830588 3221356 26020096 12% /
none tmpfs 4 0 4 0% /sys/fs/cgroup
udev devtmpfs 498080 4 498076 1% /dev
tmpfs tmpfs 101788 392 101396 1% /run
10. Xem các lệnh df
root@server:~# df --help
Usage: df [OPTION]... [FILE]...
Show information about the file system on which each FILE resides,
or all file systems by default.
Mandatory arguments to long options are mandatory for short options too.
-a, --all include dummy file systems
-B, --block-size=SIZE scale sizes by SIZE before printing them. E.g.,
'-BM' prints sizes in units of 1,048,576 bytes.
See SIZE format below.
--total produce a grand total
-h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G)
-H, --si likewise, but use powers of 1000 not 1024
-i, --inodes list inode information instead of block usage
-k like --block-size=1K
-l, --local limit listing to local file systems
--no-sync do not invoke sync before getting usage info (default)
--output[=FIELD_LIST] use the output format defined by FIELD_LIST,
or print all fields if FIELD_LIST is omitted.
-P, --portability use the POSIX output format
--sync invoke sync before getting usage info
-t, --type=TYPE limit listing to file systems of type TYPE
-T, --print-type print file system type
-x, --exclude-type=TYPE limit listing to file systems not of type TYPE
-v (ignored)
--help display this help and exit
--version output version information and exit
Display values are in units of the first available SIZE from --block-size,
and the DF_BLOCK_SIZE, BLOCK_SIZE and BLOCKSIZE environment variables.
Otherwise, units default to 1024 bytes (or 512 if POSIXLY_CORRECT is set).
SIZE is an integer and optional unit (example: 10M is 10*1024*1024). Units
are K, M, G, T, P, E, Z, Y (powers of 1024) or KB, MB, ... (powers of 1000).
Bên trên chỉ là các lệnh “df” thường dùng của một người quản trị hệ thống thường hay dùng đến. Tuy nhiên còn có nhiều công cụ khác để có thể xem thông tin ổ cứng và các vấn đề khác trực quan hơn như hệ thống giám sát Nagios, Zabbix...