Henrique RennĂ³ wrote: > Hello!!! > > I'd like to know if it is possible to mount a cd-rom automatically > when I put a cd in the cd-rom drive without needing to type mount > /mnt/cdrom for instance. > > Do I have to add some options to /etc/fstab instead of auto that tells > to mount just at boot time??? Is there a module that should be > installed and what could it be??? > > Regards
AFAIK; ~$ cat /etc/fstab # /etc/fstab: static file system information. [...] /dev/hdb /media/cdrom0 iso9660 ro,user,auto 0 0 /dev/hdd /media/cdrom1 iso9660 ro,user,auto 0 0 [...] Regards __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

