United States-English |
|
|
HP-UX Reference > Ddf_hfs(1M)HP-UX 11i Version 3: February 2007 |
|
NAMEdf_hfs: df — report number of free CDFS, HFS, or NFS file system disk blocks SYNOPSIS/usr/bin/df [-F FStype] [-befgiklntv] [-B] [-o specific_options] [-V] [special|directory]... DESCRIPTIONThe df command displays the number of free 512-byte blocks and free inodes available for file systems by examining the counts kept in the superblock or superblocks. If a special or a directory is not specified, the free space on all mounted file systems is displayed. If the arguments to df are path names, df reports on the file systems containing the named files. If the argument to df is a special of an unmounted file system, the free space in the unmounted file system is displayed. Optionsdf recognizes the following options:
When df is used on an HFS file system, the file space reported is the space available to the ordinary user, and does not include the reserved file space specified by fs_minfree. Unreported reserved blocks are available only to users who have appropriate privileges. See tunefs(1M) for information about fs_minfree. When df is used on NFS file systems, the number of inodes is displayed as -1 . This is due to superuser access restrictions over NFS. EXAMPLESReport 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 WARNINGSdf does not account for:
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. |
Printable version | ||
|