Operating System - HP-UX
1838378 Members
4372 Online
110125 Solutions
New Discussion

Re: Volume group activation/mounting filesystems

 
frederick hannah
Super Advisor

Volume group activation/mounting filesystems

Can a mountpoint of a logical volume be mounted if the volume group isnt active? This is an 11.11 environment
3 REPLIES 3

Re: Volume group activation/mounting filesystems

You mean can you mount a filesystem that is on a LV in an VG which isn't activated?

No you can't.

HTH

Duncan

I am an HPE Employee
Accept or Kudo
James R. Ferguson
Acclaimed Contributor

Re: Volume group activation/mounting filesystems

Hi Frederick:

No. Attempting to mount will result in an error:

# mount /dev/vg03/lvol1 /something
/dev/vg03/lvol1: No such device or address

Regards!

...JRF...
frederick hannah
Super Advisor

Re: Volume group activation/mounting filesystems

Thanks. I figured as much but I needed confirmation!