6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
ibrix_df
Reports disk space utilization information for a file system. This command can be run on file serving
nodes or StoreAll Linux clients.
Description
ibrix_df reports disk space utilization for the specified file system.
Synopsis
Report disk space utilization for a file system:
ibrix_df -f [fmname]:fsname
The file system name is always required. If this StoreAll Linux client is registered with multiple
management consoles, the Fusion Manager name must also be entered. Specify the Fusion Manager
and file system as a colon-separated pair: fmname:fsname. For example:
ibrix_df -f FM01:ifs1 -F
The following output is from the example:
Total:
======
Name CAPACITY (1k) FREE (1k) AVAIL (1k) USED PERCENT FILES FFREE
---- ------------- ---------- ---------- ------------ -------- --------
ifs1 698683052 667360196 671311316 5.0 96190464 94433899
Options
DescriptionOption
Specifies either a file system name or a paired Fusion Manager name and file system name.-f fsname or
fmname:fsname
Shows the usage for this command.-?
Output
The ibrix_df report includes the following fields:
DefinitionField
File-system name.Name
Number of blocks in the file system.CAPACITY
Number of unused blocks of storage.FREE
Number of blocks available for user files.AVAIL
Percentage of total storage occupied by user files.USED PERCENT
Number of files that can be created in the file system.FILES
Number of unused file inodes in the file system.FFREE
ibrix_df 61