Apps capable of mounting/unmounting CD/DVD Images with multi-sector or protected format

What apps for Ubuntu exist that can mount/unmount CD/DVD images. Image formats like cue, bin, iso, nero format, etc...

Needed features:

  • Emulate protected CD/DVD like Daemon-Tools
  • Mount multi-sector images
  • Converting other formats (including multi-sector images) to ISO format.

UPDATE - Updated question to "need the 3 features above instead of having them as optional". This 3 features are needed to be able to use images that have any of this features enable.

For normal mounting/burning image apps you can see here:

How can I graphically mount ISOs?

Can I mount an ISO without administrative privileges?

How to burn or mount an ISO file?


I see you have the same problem as I have and I found the solution and want to share it with you. The name of the app is cdemu you can install by doing the following steps in the terminal:

sudo add-apt-repository ppa:cdemu/ppa
sudo apt update
sudo apt install gcdemu

(Or open Synaptic and type cdemu in the search box)

(Source Info)