PRIMECLUSTER Global File Services Configuration and Administration Guide 4.1 (Linux)
Contents Index PreviousNext

Chapter 10 File System Management> 10.3 Displaying File System Information

10.3.1 Acquiring file system information

Information about a file system, including the usage status of disk blocks, the state of free disk blocks, and the number of files, can be acquired using sfcdf(8).

sfcdf(8) will display information about each area.

The following information items is displayed for a file data areaTerm:

Only the number of assigned blocks is displayed for an update log areaTerm.

The following example shows how to display the usage status of a file system using df(1) and sfcdf(8).

# df -k /mnt
Filesystem            kbytes    used   avail capacity  Mounted on
/dev/sfdsk/gfs/dsk/volume1
                       113992   62664  39936      62%  /mnt
 
# sfcdf -v /dev/sfdsk/gfs/dsk/volume1
Filesystem:/mnt
                       inodes     free   vdata   free    leaf    free    Type
/dev/sfdsk/gfs/dsk/volume1
                        14248    12192    4781   4615    7128    7127    META
                       kbytes
/dev/sfdsk/gfs/dsk/volume1
                         5120                                            LOG
                       kbytes     used    free  %used
/dev/sfdsk/gfs/dsk/volume1
                       113992    62664   51328    55%                    DATA

For details about sfcdf(8) options, see sfcdf(8) in this manual.

Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2004