Re: downloaded txt.iso file: how to make a bootable cdimage out of it??
> when I burn this file of about 599 MB with cdrecord and i mount this
> file the only thing i see is < debian xxx.iso >
I don't know what's going on but instead of wasting CD-Rs you can mount
the iso file directly with the loop device. For example, instead of
burning the iso you can do:
mount file.iso /mnt/whatever -o loop
Then you can see the content of the iso in /mnt/whatever. If what you
see is a new iso file, you can try to mount this file too :)
mount /mnt/whatever/debian\ xxx.iso /mnt/whatever2 -o loop
So you can check what you would get if you burned the file.
Yours,
Jérémie K.
Reply to: