LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   access an audio cd image as a block device (https://www.linuxquestions.org/questions/linux-software-2/access-an-audio-cd-image-as-a-block-device-291327/)

carotinho 02-17-2005 05:51 AM

access an audio cd image as a block device
 
Hi!
I have an image of an audio cd, and I would like to rip the audio, as one would normally do with cdrom drives. Something like attaching it to a loop device, or so, and then run cdparanoia on such device.
Yes, I could burn it back to a cd, but I'd like to know if there's a way to do such a thing. Let's suppose my cd-writer is currently on vacation:)

Thanks in advance!

Carotinho

cheema 02-17-2005 06:09 AM

hi,
create the /mnt/audiocd directory first.
Then simply do
# mount -o loop -t iso9660 -r /$path to image file$/image.iso /mnt/audiocd/
Then simply treat the /mnt/audiocd directory like a normal cd drive.
Hope it helped.


All times are GMT -5. The time now is 11:45 PM.