1833780 Members
2286 Online
110063 Solutions
New Discussion

vxfs and files >2GB

 
Gerhard Klein
Occasional Contributor

vxfs and files >2GB

How can I create a vxfs-filesystem which supports files >2GB? Is it possible to convert existing vxfs-filesystems?
4 REPLIES 4
Printaporn_1
Esteemed Contributor

Re: vxfs and files >2GB

Hi,

When create file system
use option -o largefile with newfs

Regards,
enjoy any little thing in my life
Andreas Voss
Honored Contributor

Re: vxfs and files >2GB

Hi,

to change filesystem after creation use:

fsadm -F vxfs -o largefiles /dev/vgXX/lvolX

See also 'man fsadm'

Regards
Gerhard Klein
Occasional Contributor

Re: vxfs and files >2GB

Any idea how to convert existing filesystems?
Pedro Sousa
Honored Contributor

Re: vxfs and files >2GB

You can check if the vxfs filesystem does have the feature of largefiles implemented with the following command:
fsadm -F vxfs

If you need to change it to support largefiles you just need to run:
fsadm -F vxfs -o largefiles

This 2nd step just works if you have the OnlineJFS installed (swlist -l bundle).

good luck.