Saturday, August 19, 2006

How to mount a LogVol into Knoppix?

It mounts just like you mounted /boot, but you may need to activate the volume group first:
Code:# vgscan --mknodes
# vgchange -ay
# lvscan
#
# mkdir /mnt/somename
# mount /dev/VolGroup00/LogVol00 /mnt/somenameBut keep in mind, only the v5... (and presumably future versions of) Knoppix natively supports lvm2, which is used in FC5.Also, the LVM HowTo is your friend: http://www.ibiblio.org/pub/Linux/doc...LVM-HOWTO.html
Last edited by WhatsHisName : 08-07-2006 at 12:33 PM.

No comments: