Enable large file option in hp unix

To change the file system to large file support we need to use below command

#fsadm -F vxfs -o largefiles "/dev/vg00/lvol*"


To mount with large file option

#mount -F vxfs -o largefiles /dev/vg#/lvol# /(mountpoint)

Post a Comment

0 Comments