Operating System - HP-UX
1836462 Members
1927 Online
110101 Solutions
New Discussion

How to determine partition file system and its Inodes

 
SOLVED
Go to solution
C_V
Frequent Advisor

How to determine partition file system and its Inodes

Hey guys how do you determine what kind of file system(hfs/vxfs) does a partition has.

Also how do you determine how many inodes a partition has, how many used and how many is free.
1 REPLY 1
Dennis Handly
Acclaimed Contributor
Solution

Re: How to determine partition file system and its Inodes

>how do you determine what kind of file system (hfs/vxfs) does a partition has.

You could do bdf twice:
bdf -t hfs
bdf -t vxfs
Otherwise use fstyp(1M).

>how do you determine how many inodes a partition has, how many used and how many is free.

bdf has a -i option. This is generally meaningless for vxfs, since it will always make more.