| How To Mount A Linux LVM Volume |
|
|
|
| How To - Logical Volume Manager |
| Written by Christian Foronda |
| Thursday, 04 November 2010 13:30 |
|
Install Logical Volume Manager: # aptitude install lvm2 or # yum install lvm2 Determine the volume group containing the physical volume: # pvs List the logical volumes in DB. # lvdisplay DB Mount # mount /dev/DB/mysql /tmp/mysql Similar articles |
| Last Updated on Friday, 14 January 2011 13:40 |


