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)
#fsadm -F vxfs -o largefiles "/dev/vg00/lvol*"
To mount with large file option
#mount -F vxfs -o largefiles /dev/vg#/lvol# /(mountpoint)
0 Comments