On 2006-11-01 clint (at) robotic (dot) com [email concealed] wrote:
> Help! I've created a .bin file of a Windows XP system using an X-Late
> HardCopy device (in image mode). I thought I could simply mount the
> image in Linux (I'm using Helix 0307) using:
>
> # mount -o loop -t iso9660 image001.bin /media/test
>
> but that doesn't work (mount: wrong fs type, bad option, bad
> superblock on /dev/loop1, missing codepage or other error).
The filesystem is probably NTFS rather than ISO 9660.
# mount -o loop -t ntfs image001.bin /media/test
Also be certain to have the appropriate codepage in your kernel.
Regards
Ansgar Wiechers
--
"All vulnerabilities deserve a public fear period prior to patches
becoming available."
--Jason Coombs on Bugtraq
> Help! I've created a .bin file of a Windows XP system using an X-Late
> HardCopy device (in image mode). I thought I could simply mount the
> image in Linux (I'm using Helix 0307) using:
>
> # mount -o loop -t iso9660 image001.bin /media/test
>
> but that doesn't work (mount: wrong fs type, bad option, bad
> superblock on /dev/loop1, missing codepage or other error).
The filesystem is probably NTFS rather than ISO 9660.
# mount -o loop -t ntfs image001.bin /media/test
Also be certain to have the appropriate codepage in your kernel.
Regards
Ansgar Wiechers
--
"All vulnerabilities deserve a public fear period prior to patches
becoming available."
--Jason Coombs on Bugtraq
[ reply ]