1825766 Members
2164 Online
109687 Solutions
New Discussion

largefiles

 
SOLVED
Go to solution
Donald Thaler
Super Advisor

largefiles

Trying to create logical volume with largefile support using the following command:
"fsadm -F vxfs -o largefiles /dev/vg02/lvol5" and received the following error :
"vxfs fsadm: /dev/vg02/lvol5 is not the root inode of a vxfs file sytem". What does this mean and how do i get around it??
9 REPLIES 9
Gary L. Paveza, Jr.
Trusted Contributor
Solution

Re: largefiles

Can you replace the /dev/vg02/lvol5 with the mountpoint in the command?

fsadm -F vxfs -o largefiles /
Steven E. Protter
Exalted Contributor

Re: largefiles

try:

fsadm -F vxfs -o largefiles /dev/vg02/rlvol5

I think you need the r...

You could:

back up the data and run newfs -F vxfs -o largefiles /dev/vg02/lvol5.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Derek Whigham_1
Trusted Contributor

Re: largefiles


Check out this thread it is very useful

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=406306
Divide and Conquer
A. Clay Stephenson
Acclaimed Contributor

Re: largefiles

A lofical volume does not have largefile support, a filesystem does. I assume you have already built the filesystem. You actually need to use the mountpoint (e.g. /home) for this comand.
If it ain't broke, I can fix that.
Pete Randall
Outstanding Contributor

Re: largefiles

See your other thread:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=964124

You need to use either the mount point or the raw device.


Pete

Pete
A. Clay Stephenson
Acclaimed Contributor

Re: largefiles

A logical volume does not have largefile support, a filesystem does. I assume you have already built the filesystem. You actually need to use the mountpoint (e.g. /home) for this comand.
If it ain't broke, I can fix that.
rariasn
Honored Contributor

Re: largefiles

Hi, Donal:

# fsdadm -F vxfs -o largefiles /dev/vgxx/rlvyyyy

# mount -o largefiles /dev/vgxx/lvyyyy /mount_point

s2
Ranjith_5
Honored Contributor

Re: largefiles

Hi,

The synax what you are using is wrong, may change to

#fsadm -F vxfs -o largefiles /

fsadm will accept mountpoint name and not lv name.

Regards,
Syam
Trond Haugen
Honored Contributor

Re: largefiles

As pointed out fsadm works on the mount point as it is modlfying the filesystem and noe the lvol.
Also remember the largefiles in the mount command or fstab.

Regards,
Trond
Regards,
Trond Haugen
LinkedIn