i get following info

hello

if i mount my cdrom with a cd or cd(mp3) i get folling infomation:

hdc: command error: status=0x51 {DriveReady SeekComplete Error}
hdc: command error: error=0x54
end_request: I/O error, dev hdc, sector 0
Buffer I/O error on Device hdc, logical block 5
mount: you must specify the filesys type

could anybody help me?

tx gero

0

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

If you have a normal data CD

If you have a normal data CD with MP3, you can mount that. If you have an audio CD, you don't mount it unless you have something like "CDFS" loaded. If you want to read info from an audio CD, use cdparanoia - if you want to play it, just use a player - no need to mount.

playing an audio CD

ok, I've searched the net, found out that you cannot mount an audio CD, you just put it in the drive and "use" the player. That looks straightforward. But here is my question. If I don't mount the CD how can I open it in a player? What file should I open? The catalogue /dev/hdc in my case is empty, the one that should be connected with the device (/media/cdrom0) the same. What should I type in. I am using the totem and have Debian 2.6.15.2 ("sid").
could someone help, I would really like to listen to that cd...

play disc

For me, there is an item in the "Movie" menu of totem called "Play Disc 'cdrom drive'".

Is it audio or data?

If the disc is a normal music CD, you don't mount it. The CD playing tools won't be able to find it. If it's a disc of MP3s, though, that's considered data and has to be mounted, and the audio software will need to be directed to where the files are.

Konqueror has this neat feature where the tracks of music CDs appear as files, and you have lots of options what to do with them. Don't get confused, though: Konqueror makes it look a lot simpler than it is!

Now there is bad news. Your system doesn't seem to be able to read the disc at all. I have a feeling your music 'CD' isn't actually a CD -- its a bastardised mixed data/music concoction designed to be unreadable to computer CD drives. There are ways around these things, but I haven't successfully managed it. Try googling for 'CD crack copy protection' Be aware that doing this may be illegal in some jurisdictions (ie anywhere the DMCA and its FTA offspring live).

Such discs aren't, strictly speaking, CDs, because they purposefully break the official CD specification. One way to tell if the CD's legit is to look for the little 'CD' logo on the disc. If it's not there it probably means that it doesn't meet the spec.

Funnily enough, the 'technology' relies on CD drives being too smart, and normal audio CD players are so dumb they simply don't even realise they're supposed to be confused.

--
A tidy house is the sign of a stolen computer.

About mounting...

I forgot to answer your question!

If you have a disc full of MP3s that you want to play, you have two possible options. On my system cdroms are mounted on /cdrom -- on more recent systems they (apparently) live at /media/cdrom. Tweak as necessary.

If you have fstab set up properly this should work:

mount /cdrom

Failing that, become root and try:

mount -t iso9660 /dev/hdc /cdrom

HTH

--
A tidy house is the sign of a stolen computer.

pmount

it is more secure to use "pmount", as you don't need to become root. not that it makes much difference (you know your root password anyway)

actually, i remember it does make a difference - as the user you will automatically get read permissions for the drive with pmount. With mount (as root), it is more complicated.

> pmount /dev/cdrom cdrom

or cdrom0. whatever.

Syndicate content