Created
November 8, 2011 14:21
-
-
Save ChristinaMeno/1347840 to your computer and use it in GitHub Desktop.
I need LVM again dang
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo pvs | |
sudo lvscan | |
#if the volgrp is not avail do this | |
sudo lvchange -a y <volgroup> | |
sudo mount /dev/ubuntu/root /mnt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment