LVM

From Nuclear Physics Group Documentation Pages
Revision as of 14:33, 28 June 2007 by Steve (talk | contribs)
Jump to navigationJump to search

Logical Volume Management is used to treat seperate disks as one. However, this can cause trouble when trying to access the disks from a recovery CD, etc.

Mounting

To mount lvm partitions from a livecd (for purposes of recovery/emergency maintenance), simply: modprobe dm-mod to load required modules, lvm vgchange -ay to become aware of the volume groups, and then mount as normal with mount /dev/vg_(machine-name)/(distro-name) /location/to/mount/to.