November
18
Linux: Mounting an LVM volume from an external drive
mkdir /mnt/temp1
pvscan
PV /dev/sda2 VG rhel lvm2 [<49.00 GiB / 0 free]
Total: 1 [<49.00 GiB] / in use: 1 [<49.00 GiB] / in no VG: 0 [0 ]
vgchange rhel -a y
ACTIVE ‘/dev/rhel/swap’ [5.00 GiB] inherit
ACTIVE ‘/dev/rhel/root’ [<44.00 GiB] inherit
lvscan
mount /dev/rhel/root /mnt/temp1/