Re: mount old LVM drive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Chuck Wow wrote:
How can I mount an old LVM drive into a new system so I can view the old files? I want to mount it as /mnt/backup
fdisk -l

You need to activate the volume group before you can mount the LVs on it. The system should do this automatically on boot but sometimes you have to run it manually.

vgscan
vgchange -a y

mount -t ext3 /dev/my_volume_group/foo /mnt/backup

_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux