According to Brian Dunnette: While burning my CPU.
> 
> I'm trying to get KDE to mount my CD-ROM so I can access it from my
> desktop.  I configured it with the same settings it has in my fstab, but
> when I try to mount it it says:
> 
> mount: can't find dev/hdc in /etc/mtab or /etc/fstab
                   ^^ should that not be /dev/hdc ??

> 
> This confuses me: why is it trying to mount /dev/hdc when my CD-ROM is
> just /dev/cdrom???

Possably because /dev/cdrom is a symlink to /dev/hdc, so /dev/hdc is the 
physical device, /dev/cdrom is linked to it.

So an entry in fstab would look like;

/dev/hdc    /mnt/cdrom       iso9660 user,noauto,ro 0 0

user = allow users to mount the cdrom
noauto = do not mount at boottime
ro = read only
0 0 = no fsck check.

On Redhat systems the need to have the cdrom mounted in /mnt/cdron arrises
becuase thats where the X based package installer looks for the CD.


> 
> Any help would be greatly appreciated.
> 
> Thanks,
> Brian Dunnette
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to