Actually, if you put the cd into the cd tray
and insert it while running Mint
it should open a file manager?
if it doesn't, open file manager
and find cdrom in side panel
left click or right clcik and choose "mount"
a disc icon should show up on your desktop
right click that and select "copy"
or similar and then "paste" it into a empty folder
somewhere
in terminal, after mounting cdrom
you could also use CP command to copy disc to iso
assuming cdrom is mounted on /media/sr0
Code:
cp -a /media/sr0/* /path/to/empty/folder
to find out where cdrom is mounted enter
in terminal