Operating System - HP-UX
1831208 Members
3279 Online
110021 Solutions
New Discussion

fsadm error: /dev/vg00/lvol8 not the root inode of a vxfs file system

 
dictum9
Super Advisor

fsadm error: /dev/vg00/lvol8 not the root inode of a vxfs file system

Ran lvextend on lvol8, which is /var

 

Running

     fsadm -F vxfs -b 10240m /dev/vg00/lvol8

 

UX:vxfs fsadm ERROR: V-3-20279: /dev/vg00/lvol8 is not the root inode of a vxfs file system

 

/var is mounted. I have OnlineJFS. This is 11.31. What could be the problem?

 

 

 

2 REPLIES 2
Patrick Wallek
Honored Contributor

Re: fsadm error: /dev/vg00/lvol8 not the root inode of a vxfs file system

With fsadm you use the mounted directory name.

 

In your case do:

 

fsadm -F vxfs -b 10240m /var

dictum9
Super Advisor

Re: fsadm error: /dev/vg00/lvol8 not the root inode of a vxfs file system

Thank you.