1831995 Members
3041 Online
110034 Solutions
New Discussion

fsadm

 
SOLVED
Go to solution
Ana Lizcano
Occasional Contributor

fsadm

I want a filesystem with the option largefiles. For this reason, I have unmounted the filesystem /dev/vg00/lvol10.
With the command fstyp -v I can see that this filesystem is vxfs for this reason I have executed the command:
fsadm -F vxfs -o largefiles /dev/vg00/lvol10

But to execute this command said:
"vxfs fsadm: /dev/vg00/lvol10 is not the root inode of a vxfs file sytem"
What's the problem??
The machine is HP-UX 11. (This option in machines with 10.20 was ok).
Thanks........
3 REPLIES 3
Stefan Farrelly
Honored Contributor
Solution

Re: fsadm


Use the character device, rlvol10.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Ken Cook
New Member

Re: fsadm

A man on fsadm will show instructions for HFS. Try "man fsadm_vxfs". The synopsis shows to use the mount point not the lv. Also, with vxfs you should be able to change this parameter on-line. (no need to unmount.)

Good Luck,
Brandon
James Purtell
Occasional Contributor

Re: fsadm

Stefan is correct . . .
The command would go.
fsadm -F vxfs -o largefiles /dev/vg00/rlvol10
Give or take the '-F' option. This is bacause fsadm will read your fstab file to figure it out on its own.
Regards,
Jim
I sense much NT in you. - NT leads to Bluescreen. - Bluescreen leads to downtime. - Downtime leads to suffering. - NT is the path to the darkside. - Powerful Unix is.