How to mount an ISO (or NRG) image and rip it as if it were a physical CD?
Posted
by
Michael Robinson
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Michael Robinson
Published on 2012-09-13T21:20:26Z
Indexed on
2012/09/14
15:49 UTC
Read the original article
Hit count: 431
I have an ISO (created from an NRG with nrg2iso
) backup of a beloved game from my youth: Dark Reign: Rise of the Shadowhand (1998). I with to relive those better times by listening to game's soundtrack.
Is there a way for me to mount said ISO in such a way that I can rip the audio tracks into mp3 files? I ask because although I can successfully mount the ISO, ripit / abcde report no cd inserted.
How I mounted the ISO:
sudo mount -t iso9660 -o loop iso.iso /media/ISO
Alternatively is there another way to recover audio from ISO / NRG images?
Update:
I was able to mount the NRG version of my backup in a way that ripit
recognized using gCDEmu
. ripit
failed to rip, however, barfing on the first track - which is most definitely a data track. Is there a way to make ripit
ignore the first track?
© Ask Ubuntu or respective owner