1753819 Members
8940 Online
108805 Solutions
New Discussion юеВ

Re: largefiles

 
SOLVED
Go to solution
Patrick Wallek
Honored Contributor

Re: largefiles

If you want to verify that the filesystem is largefiles enabled you can just do a:

# fsadm /mount_point
Robert-Jan Goossens
Honored Contributor

Re: largefiles

Hi Jun,

run ths command,

# fsadm -F vxfs /your_mount_point

Regards,
Robert-Jan
G. Vrijhoeven
Honored Contributor

Re: largefiles

Hi,

Aside from the fsadm command you can use the newfs -F vxfs -m /dev/vgname/lvol name and it will display the setup also.

Regards,

Gideon