Advertisements
Monthly Archives: November 2012
how to mount lvm2 volumes
lvscan #load device module modprobe dm-mod #change the volumes that exist to active vgchange -ay #mount the logical partition mkdir -p /mnt/VolGroup00/LogVol00 mount /dev/VolGroup00/LogVol00 /mnt/VolGroup00/LogVol00 http://www.fedoraforum.org/forum/archive/index.php/t-64964.html Advertisements
Posted in Uncategorized
Leave a comment