Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
During CDRom install of RedHat 8.0 I had big probs to use my CDROM or CDRW, so i installed from HDD instead, to get the system running.
The system runs now, but i've got some issues getting the CDROM and the CDRW mounted.
During the boot process it identifies my devices like this:
hda: 80Gb Western Digital
hdc: LITEON CD/DVD
hdd: LITEON CDWRITER
When i login to the system (as root) and try to mount the cdrom from the konsole:
mount -t iso9660 /dev/hdc /mnt/cdrom
i get the following error:
mount: block device /dev/hdc is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/hdc,
or too many mounted file systems
if i do a dmesg i get the following:
hdc: drive not ready for command
hdc: status error: status=0x48 { DriveReady DataRequest }
hdc: drive not ready for command
hdc: status error: status=0x48 { DriveReady DataRequest }
hdc: drive not ready for command
hdc: ATAPI reset complete
hdc: status error: status=0x48 { DriveReady DataRequest }
end_request: I/O error, dev 16:00 (hdc), sector 0
Dunno the cause, but I had this once with a cdrom that wouldn't run unless I did "hdparm -d 0 /dev/hdc" which disabled it using DMA. After that it worked fine.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.