>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
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
> 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
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
4 matches
Mail list logo