Edit the /etc/sysconfig/autofs file
# vim /etc/sysconfig/autofs
MASTER_MAP_NAME= “auto.master”
TIMEOUT = 5
BROWSE_MODE= “yes”
USE_MISC_DEVICE = “yes”
:wq!
Edit the /etc/auto.master file
# vim /etc/auto.master
/DVD /etc/auto.misc --timeout=5 --ghost
:wq!
# vim /etc/auto.misc
cdrom -fstype=iso9660,ro,nodev,nosuid :/dev/cdrom
:wq!
Now when accessing the /DVD directory the cdrom mounted ...