guestFF wrote:
> After entering "mount /dev/cdrom"
> I get :
> [root@server /root]# mount /dev/cdrom
> mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
> or too many mounted file systems
This *can* indicate a problem with the drive or the CD. First, just to be sure, try the following command...
mount -t iso9660 /dev/cdrom /mnt/cdrom
If that fails, check to be sure there's a symbolic link in you /dev directory from cdrom to the specific device that is your CDROM. (remembering that hda is the master on the first IDE channel, hdb is the slave on the first channel, hdc is the primary on the second channel and hdd is the slave on the second channel)
If this link isn't correct, remove it and recreate the link using the following command...
ln -s /dev/hdd /dev/cdrom
Assuming, of cource that your CDROM is hdd.