2008/7/2 Norman Hakim <[EMAIL PROTECTED]>:
>
>
> NORMAN HAKIM YAHYA
>
> Dear Mick & Richard,
>
> This is the output after i mount it manually:
>
>  mount: block device /dev/cdrom is write-proctected, mounting read-only
>
> Regards,
> Norman

Norman,

Good, you did it, you mounted your cdrom. That message is just a
warning, and it is only extra information that the "mount" command
shows you, so you do not have to face any surprises.

That warning is only telling you (as I said before) that your cdrom is
a read-only media.

If you want cdrom to automatically mount when you insert a cd, just
add this line to your /etc/fstab:

/dev/cdrom /mnt/cdrom      auto      noauto,ro,user     0 0

And that should work just fine.

Regards,

Richard.
-- 
gentoo-user@lists.gentoo.org mailing list

Reply via email to