Operating System - HP-UX
1836752 Members
2772 Online
110109 Solutions
New Discussion

How display VxFS file system characteristics

 
SOLVED
Go to solution
Co van Berkel
Regular Advisor

How display VxFS file system characteristics

Hi,
I want to display the characteristics of a mounted VxFS file system on a HP-UX 11.11 server.

What I want to see is:
- Largefiles option on or off
- Block size
etc..

Is this possible? If so, how?

Regards,
CvB
5 REPLIES 5
Devender Khatana
Honored Contributor

Re: How display VxFS file system characteristics

Hi,

Yes it is very much possible by many ways.

#fstyp -v /dev/vgxx/lvol?

Where /dev/vgxx/lvol? is the device file for the device holding that file system.

HTH,
Devender
Impossible itself mentions "I m possible"
Co van Berkel
Regular Advisor

Re: How display VxFS file system characteristics

Hi,
Thanks for you quick reaction.
Oke, I see now a lot of info.
Can you tell me how to see of "largefiles" is on or off?

# fstyp -v /dev/vg01/lvol10
vxfs
version: 4
f_bsize: 8192
f_frsize: 8192
f_blocks: 17918976
f_bfree: 8943185
f_bavail: 8873317
f_files: 2236064
f_ffree: 2235776
f_favail: 2235776
f_fsid: 1073807370
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 16
f_fsindex: 7
f_size: 17918976

Regards,
CvB
john korterman
Honored Contributor
Solution

Re: How display VxFS file system characteristics

Hi,

..and
# fsadm -F vxfs

will tell you about largefiles or no largefiles in plain text

regards,
John K.
it would be nice if you always got a second chance
Devender Khatana
Honored Contributor

Re: How display VxFS file system characteristics

Hi,

#mount -p

will list all the options, the file systems are mounted with.

Also

#fsadm -F vxfs /mount_point will tell the largefiles option is enabled or not.

HTH,
Devender
Impossible itself mentions "I m possible"
Co van Berkel
Regular Advisor

Re: How display VxFS file system characteristics

Thanks, that was what i needed.

# fsadm -F vxfs
nolargefiles|largefiles

Regards,
CvB