You need sfdisk and losetup. sfdisk -l -uS disk_image.raw # look for the start sector of the partition, e.g. 2 mount -o loop,offset=$((2 * 5...Read more »
The Magician Of Linux
You need sfdisk and losetup. sfdisk -l -uS disk_image.raw # look for the start sector of the partition, e.g. 2 mount -o loop,offset=$((2 * 5...Read more »
Parted Magic doesn't only come with a fresh graphical parted and partimage, Testdisk, ext3grep and support even for reiser4 and ntfs-3g...Read more »
It's one really easy command, if you know what it is ;) sudo dd if=/dev/zero of=/dev/XXX bs=446 count=1 That helps you to remove any bo...Read more »