df_hfs.1m (2010 09)

d
df_hfs(1M) df_hfs(1M)
EXAMPLES
Report the number of free disk blocks for all mounted file systems:
df
Report the number of free disk blocks for all mounted HFS file systems:
df -F hfs
Report the number of free files for all mounted NFS file systems:
df -F nfs -e
Report the total allocated block figures and the number of free blocks, for all mounted file systems:
df -t
Report the total allocated block figures and the number of free blocks, for the file system mounted as /usr:
df -t /usr
WARNINGS
df does not account for:
Disk space reserved for swap space,
Space used for the HFS boot block (8K bytes, 1 per file system),
HFS superblocks (8K bytes each, 1 per disk cylinder),
HFS cylinder group blocks (1K-8K bytes each, 1 per cylinder group),
Inodes (currently 128 bytes reserved for each inode).
Non-HFS file systems may have other items that this command does not account for.
The
-b option, from prior releases, has been replaced by the -B option.
FILES
/dev/dsk/* File system devices.
/etc/fstab Static information about the file systems
/etc/mnttab Mounted file system table
SEE ALSO
du(1), df(1M), fsck(1M), fstab(4), fstyp(1M), statvfs(2), mnttab(4).
STANDARDS CONFORMANCE
df: SVID2, XPG2, XPG3
2 Hewlett-Packard Company 2 HP-UX 11i Version 3: September 2010