-- Gilberto Garcia Jr. <[EMAIL PROTECTED]> wrote (on Thursday, 16 January 2003, 12:24 PM -0200): > I have a cdr-w driver. I mount it on /cdrw directory. I put it on fstab with / > dev/hda5 /cdrw > > it munts ok. I can read cdr cd´s, or any other cd i want. But, when i try do > read a cdr-w cd, the ls command show me nothing, just if the cd was empty. > > some idea? How were the CD-RWs written? If they were written using UDF (which is what a number of Windows programs like to do with CD-RW media), you won't be able to read them without the experimental UDF support enabled in the kernel -- and my understanding is that it still has a lot of bugs to be ironed out.
You are mounting the CD-RWs, right? Also, what is your full /etc/fstab line? Should be something like: /dev/cdrom /cdrom iso9660 ro,user,noauto 0 0 Make sure you have an fs type listed -- otherwise you *WILL* have problems, regardless of media. -- Matthew Weier O'Phinney [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]