mount - Problems mounting CD/DVD - Ask Ubuntu
askubuntu.com › questions › 440154Mar 28, 2014 · So: It appears the folder /media/cdrom doesn't exists, that's why you get "mount point ... does not exist". Second, as /dev/cdrom is not included on fstab, if you want to mount it manually you must specify the type of filesystem with the -t parameter. Fortunately, there's an auto option. So you'll need:
CDROM refuses to mount, /dev/cdrom does not exist
www.linuxquestions.org › questions › linux-hardwareAug 02, 2009 · # /etc/fstab: filesystem table. # # filesystem mountpoint type options dump pass /dev/hda2 / ext3 defaults,errors=remount-ro 0 1 proc /proc proc defaults 0 0 /dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0 usbdevfs /proc/bus/usb usbdevfs defaults 0 0 sysfs /sys sysfs defaults 0 0 /dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0 /dev/dvd /dvd iso9660 defaults,ro ...