View previous topic :: View next topic |
Author |
Message |
mudfly n00b
Joined: 26 Apr 2002 Posts: 22 Location: Austin, TX, Planet Earth
|
Posted: Fri Apr 26, 2002 3:18 pm Post subject: can't mount audio cd |
|
|
hey, I searched the site but couldnt find anyone with this problem. Im trying to mount an audio cd and Im getting the error,
"wrong fs type, bad option, bad superblock on /dev/cdroms/cdrom0, or too many mounted file systems"
the command I use to mount is,
Code: | mount /dev/cdroms/cdrom0 /mnt/cdrom -o ro -t iso9660 |
Anyone know what im doing wrong?
Thanks,
Christian |
|
Back to top |
|
|
sven Apprentice
Joined: 19 Apr 2002 Posts: 274
|
Posted: Fri Apr 26, 2002 3:31 pm Post subject: |
|
|
Well, an audio cd does not have a file system (like iso9660). As far as I know you can't mount an audio cd. Why do you want to do that, btw?
If you want to convert the audio tracks into wave files then use cdparanoia
Last edited by sven on Fri Apr 26, 2002 3:44 pm; edited 1 time in total |
|
Back to top |
|
|
Guest
|
Posted: Fri Apr 26, 2002 3:31 pm Post subject: |
|
|
Audio CD is not ISO9660 file system. ISO9660 is data CD.
If you want to see the tracks in an audio CD (for rippinng) you need to use some software such as grip.
grip is available in gentoo:
emerge -b grip |
|
Back to top |
|
|
mudfly n00b
Joined: 26 Apr 2002 Posts: 22 Location: Austin, TX, Planet Earth
|
Posted: Fri Apr 26, 2002 6:26 pm Post subject: |
|
|
oh yeah that makes sence. That was actually my first thought. Im running only in console with my gentoo, so I found a perl script called rip. Ill give it a whirl and see what happens. |
|
Back to top |
|
|
|