Quote:
Originally Posted by neophytezer0
looking from your commands, it seems like its a sata drive, correct? the way your fstab is mounting your hard drive is through /dev/disk/by-id/... so maybe see if your cdrom drive is in there, and if so, mount from there.
|
I couldn't find it in there but your suggestion lead me to try mounting using the command
mount /dev/disk/by-path/pci-0000:00:0d.0-scsi-0:0:0:0 /media
This works for data CDs, which is a huge step forward!
However, when trying to mount an audio CD (retail, not home made) with the same command I get the error
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: you must specify the filesystem type
If I instead try
mount -t iso9660 /dev/disk/by-path/pci-0000:00:0d.0-scsi-0:0:0:0 /media
I get the error
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
dmesg | tail gives me
end_request: I/O error, dev sr0, sector 0
end_request: I/O error, dev sr0, sector 0
end_request: I/O error, dev sr0, sector 0
end_request: I/O error, dev sr0, sector 0
end_request: I/O error, dev sr0, sector 0
cdrom: sr0: mrw address space DMA selected
end_request: I/O error, dev sr0, sector 64
isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16
end_request: I/O error, dev sr0, sector 64
isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16