Operating System - HP-UX
1833726 Members
2491 Online
110063 Solutions
New Discussion

adding largefiles to already mounted filesystem

 
SOLVED
Go to solution
Paul Gold
Advisor

adding largefiles to already mounted filesystem

Is it possible to add the largefiles option to a filesystem that is already mounted and in use

I have always umount > change > remount but a developer here says HP have doen this on the fly in the past

thanks

Paul Gold
CAST
2 REPLIES 2
Benoit MARC
Occasional Advisor
Solution

Re: adding largefiles to already mounted filesystem

Hi

Yes, it's possible, if you have the OnlineJFS product installed.

Then, you can use fsadm to change the parameter nolargefiles to largefile:

fsadm -F vxfs -o largefiles /filesystem

Paul Gold
Advisor

Re: adding largefiles to already mounted filesystem

Thanks Mark

all looks okay now