Raffaele Belardi wrote:
> Raffaele Belardi wrote:
>> Other options I may have? Is it possible to fake the kernel into using
>> the sdb.img as a disk image, so mount it as a disk (not as a partition)
>> so maybe it automatically skips the first 0x7e00 bytes and gives me an
>> aligned first partition?
> 
> losetup
> 
> http://www.osdev.org/osfaq2/index.php/Disk%20Images%20Under%20Linux
> 
> Google before you ask...
> 

So, for the record, finally using the hints from the above link I
managed to recover most of the data. The successful commands were:

# losetup -o32356 /dev/loop0 /mnt/disk_500/sdb.img
# mount -text2 /dev/loop /mnt/sdb_img -o sb=131072,ro

Thanks to all for the precious help.

raffaele
-- 
[EMAIL PROTECTED] mailing list

Reply via email to