|
You can also add the mount info to /etc/fstab, something like this for a dvd drive (create the /mnt/dvd directory first)
/dev/dvdrw /mnt/dvd auto pamconsole,exec,noauto,managed 0 0
and then reboot
edit
/dev/dvdrw is just a softlink to the 'real' device /dev/hdc or similar, so you can replace with that if you prefer. I remember having to do this as far back as FC3, so don't know if it's hardware specific, you should't have to mount removable media in fstab
Last edited by sideways; 30th December 2006 at 08:32 PM.
|