Jurgen Kramer <[email protected]> writes:
> VolGroup00 is the partition I want to mount.
>
> What magic commands do I need to be able to mount the lvm partition on
> the external drive?

Probably you need to do this:

# lvm
lvm> vgchange -ay VolGroup00
lvm> exit
 
If I were you, I'd also take the opportunity to rename the VG to
something a bit more indicative of what is on it.  eg.

          vgrename VolGroup00 vg_f10

(This needs to be done before the "vgchange".)

-wolfgang
-- 
Wolfgang S. Rupprecht              Android 1.5 (Cupcake) and Fedora-11

-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to