1836648 Members
1860 Online
110102 Solutions
New Discussion

version layout

 
SOLVED
Go to solution
Rodolph
Advisor

version layout

hello ,
How can I see the version layout of my file System ?
thanks.
4 REPLIES 4
melvyn burnard
Honored Contributor

Re: version layout

man fstyp

My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Bill McNAMARA_1
Honored Contributor
Solution

Re: version layout

If you download nickel and run it, it will gather this info, and more, in html format:

http://www.grc.hp.com/docs/nickel

Otherwise use fstyp -F [hfs|vxfs] /dev/vg[X]/lvol[Y]

Find out the FS type from:
mount

Later,
Bill
It works for me (tm)
Stefan Farrelly
Honored Contributor

Re: version layout


/usr/sbin/fstyp -v /dev/vgXX/lvolYY
Im from Palmerston North, New Zealand, but somehow ended up in London...
Joaquin Gil de Vergara
Respected Contributor

Re: version layout

# fstyp -v /dev/vg00/lvol3
vxfs
version: 4
f_bsize: 8192
f_frsize: 1024
f_blocks: 143360
f_bfree: 104864
f_bavail: 104864
f_files: 1824
f_ffree: 2138964800
f_favail: 2138964800
f_fsid: 1073741827
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 0
f_fsindex: 5
f_size: 143360
#
Teach is the best way to learn