Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi David et al
Maybe you know this:
I have DVD, it mounts in /media/dvd
There is also a link in /dev to /dev/hdc, and then there is a link /dvd, which points at /media/dvd.
In etc/fstab is a line
/dev/dvd, /media/dvd, auto, ro,users,exec,unhide 0 0
It mounts fine if I insert a windows or Linux CDRom, but refuses to recognize a music CD. Unknown filesystem and no filesystem given.
However, Konquerer can display its contents, and CD player can play it. I just want to copy it, but it has first to be mounted.
Any tips? I thought (read) CDs were iso9660??? Not true?
Anyway, auto should detect all but very dodgy file types, es verdad?
you don't mount audio cd's windows doesn't mount, it just lies through it's teeth... you play audio cd's just by a driect reference to the device, e.g. "xmms /dev/cdrom"
Well, thanks for your reply. The problem with not mounting the audio CD is, the program KonCD, which I got with SuSe Linux, can't see a CD which is not mounted, and so I can't copy it onto another CD. It recognizes an ATAPI CDRom drive, and reading the help I came across the idea that it should be mounted, but wasn't, which is why KonCD can't find anything to copy.
But, I can't mount it!
Is it not possible to mount an AudioCD? If not, how does Konquerer see what is on the disc? I would rather copy it with a GUI than all this cryptical console stuff. An audioCD must also have a filesystem, because I can see the different types of files on it, wav ,ogg, cdda.
well i wouldn't normally give advice ion using an individual app, and certainly not a kde one... but i tried it out, and it crashed 3 times in nearly as many minutes, so i still couldn't say... All i can say is that it looks like a pretty naff program. there's preseumably a way to directly copy the cd, you wouldn't use the audio cd thing to copy the disk tho, you'd just use the copy one. I'd suggest using eroaster personally (http://eclipt.at) damn good.
i don't get what you say about audio cd's having wav's and ogg's on them.. that's blatantly not true.
i don't get what you say about audio cd's having wav's and ogg's on them.. that's blatantly not true.
Erm, the audio CD itself doesn't have these files on them, just plain ol' digitally encoded audio. What you're seeing is Konqueror being clever and looking at the device, determining that it's an audio CD, reading all the information it can (including track-name, if it's on there) and presenting you with various options. It's a bit of a crude method, but it can work quite well for ripping tracks.
I tried KOnCD once, didn't like it. As with what Master Kewps said, I would also recommend Eroaster.
Oh, as for mounting audio CDs. You can't - it doesn't have a filesystem. It has a Table Of Contents, which shows where each track begins and ends, and then the raw data. I know Konqueror makes it look like it has, but it hasn't. You should be able to copy audio CDs with Eroaster.
If you're getting really stuck, and you need/want to copy the whole audio CD, then you could try (sorry, command line time): dd if=/dev/cdrom of=AUDIOCDFILE
It makes a copy of the entire CD and saves it as an ISO file (of a sort). You should be able to burn this file to CD with most burning programs.
Oh, a word of warning though: Presuming you're using LiLo to boot, and you have an ATAPI CD Burner, then you'll need to make sure you have this in your lilo.conf file:
append="hdc=ide-scsi"
Which, of course, goes in the relavent kernel section.
Hi everyone.
Thymox, are you sure dd makes an ISO image off an audio CD? I tried it just for curiousity, it didn't work, spits an I/O error, it works with data CD's just fine, even though I prefer to use mkisofs to make an iso images of data CD's. As for audio CD, to rip I use grip, to copy to another CD I use gcombust by dumping CD using cdda2wav.
Actually, I can't remember. To be honest, it's been a very long time since I've tried ripping an audio CD to anything other than wav file. If dd doesn't work, you could try cp /dev/cdrom outfile, but if memory serves me this will take a direct copy, so even if there's only 1mb on the disk, the outfile will still be 658mb.
I did state, however that it should only be done if really stuck.
The good news: I managed to get the CD copied using cdrtao read-cd --device 0,0,0 --driver generic-mmc audiocd.toc, then
the same again, but with write.
Worked perfect and plays in my ordinary CD player . I don't have the driver for my Sony CRX, but generic worked.
Now I want to copy a playstation game for my boy: any tips on what program to use? Before I ruin a load of CD RWs, just thought I'd ask.
Hi. I don't have a single problem with my cdrom except for playing audio cd's. I have tried 2 or 3 different players all with the same results. It see's the cd, and plays it, but there is no sound. Mp3's and all other sounds play fine, I only have this problem with audio cd's. Any ideas and help will be greatly appreciated. Thanks in advance.
Originally posted by MasterC Is there an audio cable running from the back of the drive to your soundcard?
Cool
Yes there is... NOW! Yeah that cable runs over my videocard, and my videocard blocks in my harddrive. So when I removed my videocard to put in a bigger harddrive I forgot to plug that little cable back in. I knew it had to be something stupid. Thanks.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.