Running fdisk- l to get the partition start blocks it doesn't look right and produces an error message
Code: Select all
fdisk -l 2014-01-07-wheezy-raspbian.img
You can do this from the extra functions menu.
Disk 2014-01-07-wheezy-raspbian.img: 0 MB, 0 bytes
255 heads, 63 sectors/track, 0 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000981cb
Device Boot Start End Blocks Id System
2014-01-07-wheezy-raspbian.img1 1 8 57344 c W95 FAT32 (LBA)
Partition 1 does not end on cylinder boundary.
2014-01-07-wheezy-raspbian.img2 8 361 2831360 83 Linux
Partition 2 does not end on cylinder boundary.
The image won't mount either
Code: Select all
mount -o loop,offset=$(( 512 * 8)) 2014-01-07-wheezy-raspbian.img ./mnt
mount: you must specify the filesystem type