I am trying to mount a KVM-qemu disk image with this command:
sudo mount -o loop,offset=32256 centos6.img /mnt/centos6
. But it shows this error: you must specify filesystem type
. As I have more partitions in my disk image I tried this solution. But that too gives same error.
Here is the output of fdisk -ul centos6.img
:
Disk centos6.img: 0 MB, 0 bytes
255 heads, 63 sectors/track, 0 cylinders, total 0 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0001da69
Device Boot Start End Blocks Id System
centos6.img1 * 2048 1026047 512000 83 Linux
Partition 1 does not end on cylinder boundary.
centos6.img2 1026048 20971519 9972736 8e Linux LVM
Partition 2 has different physical/logical endings:
phys=(1023, 254, 63) logical=(1305, 106, 17)
inittab
file. But editing it hasn't solved the issue. – nixnotwin Nov 13 '11 at 06:04