Troubleshooting
Problem
The CD-ROM will fail to mount if the media tray was previously switched to another blade. While attempting to run mount /mnt/cdrom, the error message "mount: special device /dev/cdrom does not exist" will appear.
Resolving The Problem
| Source |
|---|
RETAIN tip: H177354
| Symptom |
|---|
The CD-ROM will fail to mount if the media tray was previously switched to another blade. While attempting to run mount /mnt/cdrom, the error message "mount: special device /dev/cdrom does not exist" will appear.
| Affected configurations |
|---|
The system may be any of the following IBM eServer servers:
- BladeCenter HS20, type 8678, any model
- BladeCenter, type 8677, any model
The following Network Operating Systems (NOS) are affected:
- Red Hat Linux, version 8.x
- Red Hat Linux Advanced Server, version 2.1
Note: This does not imply that the network operating system will work under all combinations of hardware and software. Please see the compatibility page for more information.
| Solution |
|---|
Use the following instructions to mount the CD-ROM.
| Mounting a CD-ROM under Red Hat Linux Advanced |
|---|
|
Server |
|---|
- Login as root
- Edit /etc/fstab
- Add the following line of text to the /etc/fstab file if it does not exist:
/dev/cdrom /mnt/cdrom udf, iso9660 noauto, owner,ro 0 0
- Save your changes and exit.
- Open a command line.
- Type ls /mn and press Enter to verify the /mnt/cdrom directory exists.
Note: Type mkdir /mnt/cdrom and press Enter if the directory does not exist.
- Type ln -s /dev/scd0 /dev/cdrom and press Enter to create a symbolic link to /dev/scd0
- Type mount /mnt/cdrom and press Enter. The system is now configured to mount the CD-ROM.
| Mounting a CD-ROM under Red Hat Linux |
|---|
- Login as root
- Edit/etc/fstab
- Delete the reference to "kudzu" for the CD-ROM entry in the /etc/fstab file.
For example, edit:
/dev/cdrom /mnt/cdrom udf, iso9660 noauto, owner,kudzu,ro 0 0
to
/dev/cdrom /mnt/cdrom udf, iso9660 noauto, owner,ro 0 0
- Save your changes and exit.
- Open a command line.
- Type ls /mn and press Enter to verify the /mnt/cdrom directory exists.
Note: Type mkdir /mnt/cdrom and press Enter if the directory does not exist.
- Type ln -s /dev/scd0 /dev/cdrom and press Enter to create a symbolic link to /dev/scd0
- Type mount /mnt/cdrom and press Enter. The system is now configured to mount the CD-ROM.
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
14 April 2023
UID
ibm1MIGR-50483