SOLVED: Debian cannot find the CD

2002-12-11 Thread Barry Cugley
. Then from su (or root) the command: #ln -s /dev/hdb /dev/cdrom enabled the CD to work fine! Many thanks to those who contributed to solving my problem. Regards Barry - Original Message - Hello all Debian cannot find the CD drive (though Windows 98 can) so I have used the vi editor to

Re: Debian cannot find the CD

2002-12-09 Thread Michelle Konzack
Hello Barry, Am 23:34 2002-12-05 +0800 hat Barry Cugley geschrieben: >After restarting the computer, putting a cd in its drive and double clicking on the cd icon, I get the message: >"mount: special device /dev/cdrom does not exist" Thats right, becasuse /dev/cdrom is only a symbolic link ! Lo

Re: Debian cannot find the CD

2002-12-05 Thread Miguel Ângelo Soares
You must have a cdrom directory in root.  mkdir cdrom. That might solve your problem. Make sure your drive is an ATPI. - Original Message - From: Barry Cugley To: [EMAIL PROTECTED] Sent: Thursday, December 05, 2002 3:34 PM Subject: Debian cannot find the CD

Re: Debian cannot find the CD

2002-12-05 Thread Kent West
Barry Cugley wrote: Hello all Debian cannot find the CD drive (though Windows 98 can) so I have used the vi editor to change the file system table. Unfortunately, the CD is still not being found by Debian. I have changed the line in /etc/fstab /dev/cdrom/cdrom iso9660 defaults

Re: Debian cannot find the CD

2002-12-05 Thread David Z Maze
"Barry Cugley" <[EMAIL PROTECTED]> writes: > 1. (*) text/plain ( ) text/html (Can you configure your mail reader to only send plain-text mail, especially to mailing lists? HTML mail makes my spam filter unhappy...) > Debian cannot find the CD drive

Re: Debian cannot find the CD

2002-12-05 Thread sean finney
e is on hdc. to make the symlink: # ln -s /dev/hdc /dev/cdrom and then everything should work. hth sean of course if you're using scsi instead you'll have to modify a letter or two. On Thu, Dec 05, 2002 at 11:34:57PM +0800, Barry Cugley wrote: > Hello all > > Deb

Debian cannot find the CD

2002-12-05 Thread Barry Cugley
Hello all   Debian cannot find the CD drive (though Windows 98 can) so I have used the vi editor to change the file system table. Unfortunately, the CD is still not being found by Debian.   I have changed the line in /etc/fstab /dev/cdrom    /cdrom iso9660 defaults,noauto 0  0