How to determine a partitions filesystem and inodes

Hey guys how do you determine what kind of Filesystem(vxfs) does a particular partition has.

Also how do you determine how many inodes it has and how my is used and free.

Try:

man fstyp
man df

As jlliagre said you can user df and fstyp

You can find the type of file system with the help of

And to know the inodes details

tnx :slight_smile: