1833834 Members
2486 Online
110063 Solutions
New Discussion

Re: Filesystem Type

 
SOLVED
Go to solution
aan_1
Frequent Advisor

Filesystem Type

Hi experts,

How to know the existing filesystem type on HPUX logical volume?

Rgds,

Asrul
6 REPLIES 6
Johnson Punniyalingam
Honored Contributor

Re: Filesystem Type

>>How to know the existing filesystem type on HPUX logical volume? >>>

quick Quess :-

# more /etc/fstab --> will show you what tmp of file system used in the HPUX logical

by default vxfs file system in HPUX,

(below example show /lvol8 - using vxfs file system
# more /etc/fstab |grep /var
/dev/vg00/lvol8 /var vxfs delaylog 0 2


Thanks,
Johnson

Problems are common to all, but attitude makes the difference
SKR_1
Trusted Contributor

Re: Filesystem Type

fsadm -v FS name


Thanks

SKR
Prasu
Frequent Advisor

Re: Filesystem Type

cat /etc/mnttab will provide the mounted file system details

Regards
Prasu
likid0
Honored Contributor
Solution

Re: Filesystem Type

[root@sdprapli:~]# fstyp -v /dev/vg0/lvol1
hfs
f_bsize: 8192
f_frsize: 1024
f_blocks: 512499
f_bfree: 217356
f_bavail: 166106
f_files: 81536
f_ffree: 81226
f_favail: 81226
f_fsid: 1073741825
f_basetype: hfs
f_namemax: 255
f_magic: 95014
f_featurebits: 1
f_flag: 0
f_fsindex: 0
f_size: 524288
Windows?, no thanks
Ashish Parashar
Frequent Advisor

Re: Filesystem Type

Hello Asrul

use fstyp command for that

#fstyp /dev/vgname/lvol2

cheers

Ashish
aan_1
Frequent Advisor

Re: Filesystem Type

Thank you guys. your comment very helpfull