Input command: Mount/mnt/cdrom output error: Mount:can ' t find cdrom in/etc/fstab Or/etc/mtab
The error message indicates that the file to be mounted could not be found in/etc/fstab
Solution Method:
Method one:. Input command: mount-t iso9660/dev/cdrom/mnt/cdrom where/dev/cdrom is a soft connection to the HDC that is the mount disk of the mirrored file
At this time in the input command: ls-l/mnt/cdrom hit the Enter button to display the ISO file you want to mount all files, to this successful mount Mirror
Method Two: Modify the/etc/fstab file
First edit the file fstab command: Vi/etc/fstab append one line to the file:/dev/cdrom/mnt/cdrom iso9660 defaluts 0 0
Then set up the/mnt/cdrom folder, command: Mkdir/mnt/cdrom in the Execute command: Mount/mnt/cdrom
At this time in the input command: ls-l/mnt/cdrom hit the Enter button to display the ISO file you want to mount all files, to this successful mount Mirror