> you have to know the device of your cdrom
> generaly it's a secondary master ide
> /dev/hdc
> so set fstab to :
> /dev/hdc /mnt/cdrom     auto   noauto,user    0  0
>
> --
> gentoo-user@gentoo.org mailing list
>
>
On my system (I am using udev) There are two symlinks created in /dev
for my cdroms that point to the two cd drives hdc and hdd

[EMAIL PROTECTED] /dev $ ls -l cdrom*
lrwxrwxrwx  1 root root 3 Mar 22 09:24 cdrom -> hdc
lrwxrwxrwx  1 root root 3 Mar 22 09:24 cdrom1 -> hdd

So the symlinks on my system are /dev/cdrom and /dev/cdrom1. In your
fstab you can use /dev/cdrom /mnt/cdrom auto noauto,user 0 0
Hope this helps.

AJ

-- 
gentoo-user@gentoo.org mailing list

Reply via email to