



Zen Mod wrote:The question sounds odd to me so I'll just act as if you asked how can you burn an *.iso image. Excuse my ignorance if I'm wrong. I use Brasero for burning CDs and DVDs from *.iso images. I'm not sure about File roller and similar apps, but I am absolutely sure that RAR can perfectly unpack any proper *.iso image. Once you unpack the content of the iso image file, you can burn it as a plain or bootable data disc, modify the content, etc...RAR is of course no free software, one has to for it pay after 40 days, but as any other bad habbit, I kept it after migration to Linux because it's reliable.


sudo mkdir /media/isosudo mount nameoffile.iso /media/iso -o loopsudo umount /media/isowinecfg
Ede wrote:Guys, just answer his question.
tuddy666: It's included in linux, but you have to do some cli-commands.
In a terminal, write
- Code: Select all
sudo mkdir /media/iso
to make a directory we will be using to mount iso-files.
Then, from the directory where the iso-file is;
- Code: Select all
sudo mount nameoffile.iso /media/iso -o loop
And it will be mounted. When mounting .iso-files, you must include the -o loop option.
If you want to unmount it, write
- Code: Select all
sudo umount /media/iso
If you want Wine to read a mounted directory as a drive, you have to specify this in winecfg.
- Code: Select all
winecfg





Deirdre wrote:AcetoneISO is a nice gui for mounting, with the advantage it supports more formats besides ISO (like MDF, NRG, BIN, NRG). I't can also convert between some formats.





Users browsing this forum: No registered users and 16 guests