> From: Virat Gohil <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [LIH]2 Problems > Date: 29 Aug 2002 11:16:47 +0530 > > Hi everybody, > I have two question, > > 1. I have a samsung DVD/CD-RW writer, through which I was not able to burn > CDs, initially, I refered to the HOW-TO(CD-writing), and appended the line > > append="hdb=ide-scsi" > > but after appending the above line I am not able to mount any CD, although > I am able to burn CDs. > > what else do I have to do to burn CDs as well as be able to mount the CD > drive?
your cd-writer device file has changed from /dev/hdb to /dev/scd0 or /dev/scd1 (depending on how many what drives you have. edit your /etc/fstab accordingly, and you should be able to mount it again. some apps need a /dev/cdrom, so you may also want to do a "ln -sf /dev/scd0 /dev/cdrom". - t. -- cogito, ergo es. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
