HP JFS 3.3 and HP OnLineJFS 3.3 VERITAS File System 3.3 System Administrator's Guide

40 Chapter1
The VxFS File System
Support for Large Files
The mount command defaults to match the current setting of the on-disk
flag if specified without the largefiles or nolargefiles option, so it’s
best not to specify either option. After a file system is mounted, you can
use the fsadm utility to change mount options.
Managing a File System with Large Files
You can determine the current status of the largefiles flag with any of the
following commands:
# mount
# mkfs -F vxfs -m
special_device
# fsadm -F vxfs
mount_point
You can switch capabilities on a mounted file system with the fsadm
command:
# fsadm -F vxfs -o largefiles|nolargefiles
mount_point
You cannot switch a file system to nolargefiles if it holds large files.
See mount_vxfs(1M), fsadm_vxfs(1M), and mkfs_vxfs(1M).