Thursday 24 November 2011

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)

No comments:

Post a Comment