071
MIS
- Aug 9, 2000
- 153
Hello !
I'm running Redhat through VMWare but am unable to mount my cdrom drive using a simple 'mount' command as root.
mount -t iso9660 /dev/cdrom /mnt/cdrom
mount:block device /dev/cdrom is write protected, mounting read-only
mount:no medium found
Here's a copy of my /etc/fstab
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 00
The mnt/cdrom is clearly visable and I have set the permissions have been set to rwx but alas to no avail.
Here's a copy of my 'dmesg'
cdrom: open failed
The idecd driver with major number 22 is present in the /proc/devices file and the ISO-9660 filesystem support was compiled in /proc/filesystems.
I also typed the following command to try and read data from the CDROM.
dd if=/dev/cdrom of=/dev/null bs=2048
but am getting the same error message.
Any suggestions would be very much appreciated !!!
Cheers,
71
I'm running Redhat through VMWare but am unable to mount my cdrom drive using a simple 'mount' command as root.
mount -t iso9660 /dev/cdrom /mnt/cdrom
mount:block device /dev/cdrom is write protected, mounting read-only
mount:no medium found
Here's a copy of my /etc/fstab
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 00
The mnt/cdrom is clearly visable and I have set the permissions have been set to rwx but alas to no avail.
Here's a copy of my 'dmesg'
cdrom: open failed
The idecd driver with major number 22 is present in the /proc/devices file and the ISO-9660 filesystem support was compiled in /proc/filesystems.
I also typed the following command to try and read data from the CDROM.
dd if=/dev/cdrom of=/dev/null bs=2048
but am getting the same error message.
Any suggestions would be very much appreciated !!!
Cheers,
71