pappu
Monday, March 03, 2014
 

Mounting LVM partitions

To mount a device which uses logical volume manager (LVM), do the following:

# pvs   // Get info about physical volumes in the device
# lvdisplay volumeGroup   // The volume group obtained from pvs
# vgchange -ay /dev/volumeGroup  // Activate the volume
# mount /dev/volumeGroup/logicalVolume /mnt  // mount the logical volume

Labels: ,

 
Comments: Post a Comment

Subscribe to Post Comments [Atom]





<< Home
This is the blog of R.Padmanabhan

Name:
Location: Chennai, India

Look at my webpage for more details. I am rpappu2 in orkut.

Archives
October 2004 / January 2006 / February 2006 / March 2006 / October 2006 / July 2008 / December 2008 / November 2009 / February 2010 / September 2010 / December 2010 / January 2011 / May 2012 / October 2012 / March 2014 / February 2015 / July 2015 / June 2016 / October 2019 / July 2020 /


Powered by Blogger

Subscribe to
Posts [Atom]