You are not logged in.
Hi all I'm looking for a good app for KDE that can mount iso's and if needed convert other formats to iso (so they can then be mountable). I dithered some with one called AcetoneISO-with varying degrees of success.
Any recommendations? :
Offline
kiso is a very neat app, it can edit isos and save them as others iirc too. it supportss bin&cue, nrg, iso and others. check it out, its in repositories
Offline
Check AUR..
Offline
Why an application for that purpose?
You can mount iso's very easy with the following command:
mount -t iso9660 -o ro,loop ./$ISONAME ./$TEMPDIR1
where $ISONAME is the name of the iso and $TEMPDIR1 the directory used for mounting.
To make a new mountable ISO:
mkisofs -o ../$NEWNAME -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -l -R -r ./
where $NEWNAME is the name for the new ISO, command executed in the directory which you want to make an ISO from.
I am using this to mount the original distro ISO, so I can replace packages and scripts if I want, to make an ISO I can use to do a fast install.
You could use this command in your menu somewhere so you can look into the iso with your filemanager.
Easy and no need for extra packages....
May be not enough for you because you are looking for extra functionality/ options, that's possible, but I would like to share it, you never know
Jan
Offline
I'd rather use the manual ISO mounting method, as kiso is exhessively buggy.
Microshaft delenda est
Offline
cdemu ? it's in AUR.
what goes up must come down
Offline