PRIMECLUSTER Global File Services Configuration and Administration Guide 4.2 (Solaris(TM) Operating Environment) |
Contents Index |
Part 3 Global File Services Shared File System | > Chapter 23 File System Management | > 23.6 Displaying File System Information |
Information about a file system, including the use of disk blocks, the state of free disk blocks, and the number of files, can be acquired using df_sfcfs(1M).
If a file system consists of multiple partitions, df_sfcfs(1M) will display information about each partition.
The following information is displayed for a meta-data partition:
The following information items are displayed for a file data partition:
Only the number of assigned blocks is displayed for an update log partition.
In the following example, df_sfcfs(1M) is used to display how a file system is being used.
# df -k /mnt Filesystem kbytes used avail capacity Mounted on /dev/sfdsk/gfs/dsk/volume1 113992 62664 39936 62% /mnt
# df -F sfcfs -o v /mnt Filesystem:/mnt inodes free vdata free leaf free Type /dev/sfdsk/gfs/dsk/volume1 14248 12192 4781 4615 7128 7127 META kbytes used free %used /dev/sfdsk/gfs/dsk/volume1 113992 62664 51328 55% DATA kbytes /dev/sfdsk/gfs/dsk/volume1 5120 LOG
# df -F sfcfs -o v /mnt Filesystem:/mnt inodes free vdata free leaf free Type /dev/sfdsk/gfs/dsk/volume1 29686 27630 9922 9756 14848 14846 META kbytes used free %used /dev/sfdsk/gfs/dsk/volume1 105752 31832 73920 30% DATA kbytes /dev/sfdsk/gfs/dsk/volume2 5120 LOG kbytes used free %used /dev/sfdsk/gfs/dsk/volume2 131736 30832 100904 23% DATA
For details on the df_sfcfs(1M) options, see Appendix F.1.1, "df_sfcfs(1M)."
Contents Index |