Operating System - HP-UX
1834814 Members
2764 Online
110070 Solutions
New Discussion

Enable root largefile support

 
SOLVED
Go to solution
Sergej_5
Regular Advisor

Enable root largefile support

Hi there!
- I got the following problem:
# mount
/ on /dev/vg00/lvol3 log on Tue Aug 23 10:47:53 2005
/stand on /dev/vg00/lvol1 defaults on Tue Aug 23 10:47:55 2005
/tmp on /dev/vg00/lvol5 delaylog on Tue Aug 23 10:48:02 2005
/ignite_depot on /dev/vg00/lvol4 log on Wed Aug 24 11:53:58 2005

- I have installed:
B5118BA B.11.00 HP OnLineJFS (Advanced VxFS)
- I have reboot machine

- When i try to enable root FS i get the following error:
# fsadm -o largefiles /dev/vg00/rlvol3
fsadm /dev/vg00/rlvol3 is currently mounted

How can i make root FS with largefile support?

Brgds,
Sergej

3 REPLIES 3
Joseph Loo
Honored Contributor
Solution

Re: Enable root largefile support

hi sergej,

try:

# fsadm -F vxfs -o largefiles /dev/vg00/lvol3
or
# # fsadm -F vxfs -o largefiles /

regards.
what you do not see does not mean you should not believe
mirco_1
Valued Contributor

Re: Enable root largefile support

hi,

sorry but the dimension of your / is?

DM.
Sergej_5
Regular Advisor

Re: Enable root largefile support

The command:
fsadm -F vxfs -o largefiles /

did help!

Thnx!
Brgds,
Sergej