Displaying 1 result from an estimated 1 matches for "c5953d29aef8".
2011 Dec 19
1
Confusion over steps to add new logical volume to guest VM
....
1. Verify that the device is identified by the guest, and get the UUID for
fstab.
[jeffb at disect ~]$ ls -l /dev/disk/by-uuid
total 0
lrwxrwxrwx. 1 root root 10 Dec 12 14:37
738923a4-c345-40bf-a850-4454caa152b6 -> ../../vda2
lrwxrwxrwx. 1 root root 9 Dec 12 14:37
db1230fb-a061-4ea4-9229-c5953d29aef8 -> ../../vdb <----lv_disectvar
lrwxrwxrwx. 1 root root 10 Dec 12 14:37
db70a6db-3640-4392-b9ba-49839d6e4b45 -> ../../vda1
2. Create a mount point for /dev/vdb
[root at disect jeffb]# mkdir /mnt/var
3. Mount the device
[root at disect jeffb]# mount -t ext4 /dev/vdb /mnt/var
4...