Find answers to your technical questions and learn how to use our products
Search suggestions:
When you run the mount /mnt/cdrom command on an Avaya Linux server, the server might display the error mount:No medium found.
The server displays the error if the wrong physical device is mapped to the mount point /mnt/cdrom in the file /etc/fstab.
drive name: sr0 had drive speed: 0 24 drive # of slots: 1 1 drive # of slots: 1 1
For example, in the system output mentioned in Step 2, the column that contains the a non-zero value is in the second row with a value of 24.
For example, in the system output mentioned in Step 2, the drive name is hda.
lrwxrwxrwx..1..sroot..root..4..Aug 31 08:11...cdrom -> scd0 lrwxrwxrwx..1..sroot..root..3..Aug 16 11:16...cdrom-hda -> hda lrwxrwxrwx .1..sroot..root..4..Aug 31 08:11...cdrom-sr0 -> scd0
For example, if you identify the drive name hda in step 5, the line that you need to find ends with cdrom-hda -> hda.
For example, in the system output mentioned in Step 6, the device special file name is cdrom-hda.
For example, if the file name is cdrom-hda, the corrected line is /dev/cdrom-hda /mnt/cdrom iso9660 noauto,owner,ro 0 2.
Previous Topic
Next Topic