Re: how to rescue this backup data
"Thomas Schmitt" <[email protected]>
| Newsgroups | gmane.comp.audio.cd-record |
|---|---|
| Message-ID | <[email protected]> |
Hi again,
i wrote:
> $ cat backup.iso >> prefix_file
> Then you could mount it on Linux by:
> $ mount -o loop,sbsector=$TheOffset \
> backup.iso /mnt/
This should of course be
$ mount -o loop,sbsector=$TheOffset \
prefix_file /mnt/
as backup.iso is not altered by above cat.
Have a nice day :)
Thomas
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]