LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   problems reading audio CDs, data DVDs and CD-Rs (https://www.linuxquestions.org/questions/linux-hardware-18/problems-reading-audio-cds-data-dvds-and-cd-rs-207196/)

umberleigh 07-19-2004 09:17 PM

problems reading audio CDs, data DVDs and CD-Rs
 
I'm using a pioneer 8x DVD-ROM drive (don't know what model) with this line in /etc/fstab to mount the drive:

Code:

/dev/cdrom  /mnt/cdrom  auto  noauto,users,ro,umask=000  0  0
DVD videos mount and play fine in totem.
Audio CDs and data DVDs don't appear to mount at all (they can't be seen by root or other users)
CD-ROMs and CD-Rs mount, but only a few of the files on the disc can be seen or the directories are completely garbled, eg:

Code:

[zerostar@192 zerostar]$ ls /mnt/cdrom/
ÑÖ®å4¥Õûïìë_160aÔ¶µ:å5¨*bªÃÅk.ørÙ¢ã*¶póÔµ9r´ª¬x´
Äão'4ºpmw¥º
%xËú=jjt`iafµycjý$nb&Èd°ÔËØ%à q"up▒È^Í5òu▒eeɹdÊìÙo÷©o¢ufÞ_cº▒ª▒ðóxrêkyq«jÚâxax~©fyi%eÏqê¢expÚ¬/#: No such file or directory
ls: /mnt/cdrom/Ïqê¢expÚ¬/#é«&ubÄ©µ8 aánÄ~c̪l%Æt.i.hli[Òº£#qc¥\ë:ºÎ: No such file or directory
ls: /mnt/cdrom/ã"º_°/
                    {wzíÖÊjrÖµsþЬ·z3uùx:      wyfre/ïfj®bæÄå¤af¶1▒ñsv'>q&do(ïhý×>»¦éo@ÆÆe Ãt³*«z¤!!uê▒åÈÂ%s`ï▒:ªã)    ]zÓÃ<!rqu`ms¯ëeeuµÃ=u0(lÿ_tÅ*dv"dxØ: No such file or directory
¼ei¥µo?*?b???(5??+?q*?|7vıo? §2À¨®?(??e¡1?$?i?e¤r????è?a.Öà??j¥?e·msÍs÷¸%¯r???¾-ý???ê¶a£zµe¥ú)?t?ë???/


I have tried changing the file system type to supermount and iso9660, but this yields exactly the same results.

kilgoretrout 07-19-2004 10:13 PM

After "auto" then a space try inserting this instead of what you have:

umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0

umberleigh 07-22-2004 07:13 AM

Ok, with:

/dev/cdrom /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0

I no longer get garbled directories, but I still can't read audio CDs and data DVDs. CD-ROMs and CD-Rs still only appear to have a few of the files on the disc.

Audio CDs and data DVDs don't appear to mount at all (they can't be seen by root or other users)
CD-ROMs and CD-Rs mount, but only a few of the files on the disc can be seen.

michaelk 07-22-2004 07:46 AM

You can not mount audio CDs because they do not contain a filesystem.
Are any of the CDs your trying to mount formatted as a DirectCD?

As a test try mounting the 1st install CD. Can you see and navigiate to all of directories?

It would be nice to know the model number of the drive. Look at the ouput of dmesg.

umberleigh 07-29-2004 07:46 AM

Yeah, a couple of them are DirectCDs, most of my CD-Rs are in Joliet format though.
My CDs are burned using either CloneCD 4.1.0.1 or Roxio Easy CD Creator 5.1.0.104

My Mandrake 10 CE CD-Rs mount just fine, everything is present and correct on them.

The drive is a Pioneer DVD-105s.


All times are GMT -5. The time now is 04:24 PM.