Tagged Questions
1
vote
1answer
63 views
Mount file systems from complete disk image with several partitions and logical volumes
I have a complete disk image (dd if=/dev/sda of=foo.bin) that contains several partitions and LVM logical volumes on which there are ext4 filesystems. How do I mount one of the filesystems on this ...
1
vote
2answers
293 views
Is the fdisk partition type important when using lvm
I have inherited a few LVM volumes and I noticed that fdisk reports the disks that make up the volume group as partition type 83 (Linux) and not 8e (Linux LVM). Is this a problem and how important ...
2
votes
3answers
832 views
Recover partition table for lvm
I managed to run fdisk on the wrong disk. However I was able to save a log of the terminal session.
Fdisk before the accident:
~$ sudo fdisk -l /dev/sda
Disk /dev/sda: 320.1 GB, 320072933376 bytes
...
0
votes
3answers
103 views
Paritition an LVM LV
I have an LVM logical volume (LV) and would like to create partitions within this LV to provide an ext3 partition and a swap partition. This LV would then get mounted as a disk to a virtual machine ...