The following options can be used:
-a
|Show all mounted filesystems.
-l
|Only display information about locally-mounted filesystems.
-i
|Include statistics on the number of free inodes.
|This option is now the default to conform to Version 3 of the Single UNIX Specification (``SUSv3'')
|Use -P to suppress this output.
-T
|Only display statistics for filesystems of the specified types.
|More than one type may be specified in a comma separated list.
|The list of filesystem types can be prefixed with "no" to specify the filesystem types for which action should not be taken.
|The lsvfs command can be used to display filesystems that are available on the system.
-H
|"Human-readable" output.
|Use unit suffixes: Byte (-b), Kilobyte (-k), Megabyte (-m), Gigabyte (-g) in order to reduce the number of digits to three or less using base 10 for sizes.
-h
|"Human-readable" output.
|Use unit suffixes: Byte (-b), Kilobyte (-k), Megabyte (-m), Gigabyte (-g) in order to reduce the number of digits to three or less using base 2 for sizes.
-b (the default)
|Use 512-byte blocks.
|This is only useful as a way to override the BLOCKSIZE specification from the environment.
-k
|Use 1024-byte (1-Kbyte) blocks.
|Note that this overrides the BLOCKSIZE specification from the environment.
-m
|Use 1048576-byte (1-Mbyte) blocks.
|Note that this overrides the BLOCKSIZE specification from the environment.
-g
|Use 1073741824-byte (1-Gbyte) blockst.
|Note that this overrides the BLOCKSIZE specification from the environment.