Re: Mounting my cdrom

1999-05-01 Thread Randy Edwards
>mount: special device /dev/cdrom does not exist > What is wrong here? The device /dev/cdrom is typically just a symbolic link to whatever "real" device your CD-ROM is on. You can straighten this out easily. First, double-check to see if /dev/cdrom exists ('ls -l /dev/cdrom'). If it do

Re: Mounting my cdrom

1999-05-01 Thread Jim B
ce you get it working, re-link your /dev/cdrom to the right device: ln -s /dev/hd? /dev/cdrom - Original Message - From: Robert-Jan Kuijvenhoven <[EMAIL PROTECTED]> To: debian-user Sent: Saturday, May 01, 1999 10:02 AM Subject: Mounting my cdrom > Hello everybody, > > I

Re: Mounting my cdrom

1999-05-01 Thread Andrei Ivanov
> Hello everybody, > > I have installed slink and am trying to mount my cdrom. To mount the cdrom, I > use the following command: > >mount -t iso9660 /dev/cdrom /mnt > > This returns then following message: > >mount: special device /dev/cdrom does not exist > > What is wrong here? Is

Mounting my cdrom

1999-05-01 Thread Robert-Jan Kuijvenhoven
Hello everybody, I have installed slink and am trying to mount my cdrom. To mount the cdrom, I use the following command: mount -t iso9660 /dev/cdrom /mnt This returns then following message: mount: special device /dev/cdrom does not exist What is wrong here? Is /dev/cdrom not the corre