Opening MultiRom CDs

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
marxmint

Opening MultiRom CDs

Post by marxmint »

Hi, as a new Mint fan and unexperienced linux user I've been having quite a lot of difficulties in opening a MultiRom (video+audio) CD with my Elyssa. It simply reads the CD as an audio CD. Does anyone know what can be done about it?

Thanks a lot and congratulations to the Mint official developpers.

Marxmint from Brazil.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
linuxviolin
Level 8
Level 8
Posts: 2081
Joined: Tue Feb 27, 2007 6:55 pm
Location: France

Re: Opening MultiRom CDs

Post by linuxviolin »

Try in a terminal

Code: Select all

sudo mount "the_address_of_your_cdrom" /media/cdrom3
Of course you have to create 'cdrom3' before (you can use another name if you prefer)
Then in the '/media/cdrom3' folder you should see the content of your CD :wink:

For unmount the CD the command is

Code: Select all

sudo umount "the_address_of_your_cdrom" 
K.I.S.S. ===> "Keep It Simple, Stupid"
"Simplicity is the ultimate sophistication." (Leonardo da Vinci)
"Everything should be made as simple as possible, but no simpler." (Albert Einstein)
Locked

Return to “Software & Applications”