![Cisco ASR 14000 Series Management Command Reference Download Page 744](http://html.mh-extra.com/html/cisco/asr-14000-series/asr-14000-series_management-command-reference_66667744.webp)
C i s c o C o n f i d e n t i a l - B e t a R e v i e w R 3 . 7. 1
Utility Commands on Cisco IOS XR Software
utility df
SMR-742
Cisco ASR 14000 Series Router System Management Command Reference
OL-17231-01
Note
Keywords are entered using the displayed syntax, or with UNIX-equivalent syntax. The
UNIX-equivalent syntax is displayed in parentheses () in the syntax description. For example, the
keyword
kbytes
can also be entered using the UNIX-equivalent (
-k
). To display the UNIX-equivalent
syntax online, enter the keyword
usage
.
Task ID
Examples
In the following example, the
utility df
(disk free) command is entered without keywords or arguments
to display information for all file systems:
RP/0/RP0/CPU0:router(admin)#
utility df
/dev/hd0t6 77987744 61592 77926152 1% /harddisk:/
/nvram: 4086 60 4026 2%
/dev/disk1t6 2001280 382720 1618560 20% /disk1:/
/dev/disk0t6 2001184 533568 1467616 27% /disk0:/
/dev/fs0p1 121856 68 121787 1% /bootflash:
See
for column descriptions.
In the following example, the
kbytes
keyword is used to display information in 1-K blocks (1024-byte
units) instead of the default of 512-byte blocks:
RP/0/RP0/CPU0:router(admin)#
utility df kbytes
/dev/hd0t6 38993872 30796 38963076 1% /harddisk:/
/nvram: 2043 30 2013 2%
/dev/disk1t6 1000640 191360 809280 20% /disk1:/
/dev/disk0t6 1000592 266784 733808 27% /disk0:/
/dev/fs0p1 60928 34 60893 1% /bootflash:
See
for column descriptions.
In the following example, the
mountinfo
keyword is used to display file-system mountpoints and types
only:
RP/0/RP0/CPU0:router(admin)#
utility df mountinfo
Filesystem Mounted on Type
/dev/hd0t6 /harddisk:/ dos (fat32)
/nvram:
/dev/disk1t6 /disk1:/ dos (fat16)
/dev/disk0t6 /disk0:/ dos (fat16)
/dev/fs0p1 /bootflash: flash
In the following example, the
vfsStats
keyword is used to invoke the statvfs() function, which provides
additional details for all mounted file systems:
RP/0/RP0/CPU0:router(admin)#
utility df vfsStats
/dev/hd0t6 /harddisk:/
Blocks: 9748468 total 9740769 avail [4096-byte blocks]
Files : 0 total 0 avail
Type : dos (fat32)
Flags : 00000120 [32bit, noatime]
Task ID
Operations
universal
execute