hi,<br><br>I have been a linux user for sometime now but have never changed any hardware before.<br><br>I previously had a IDE optical drive. I now have a sata optical drive but unable to mount it (it works fine with other live cds).<br>
<br><br>This is my /etc/fstab<br><br>--snip--<br><br>/dev/cdrom2              /mnt/disc              iso9660   rw,defaults      0 0<br><br>--snip--<br><br><br>I figured that the drive points to sr0 <br><br><br>$ll /dev<br>
<br>--snip--<br><br>lrwxrwxrwx  1 root root          3 2008-03-04 16:57 cdrom2 -> sr0<br><br>--snip--<br><br><br>I did this <br><br>#sdparm --all /dev/sr0<br><br>/dev/sr0: HL-DT-ST  DVDRAM GH20NS10   EL00  [cd/dvd]<br>
mode sense command failed, unit attention<br><br><br>unable to mount the drive the usual way using the mount command<br><br><br>this happens after a disc change.<br><br>$dmesg    <br><br>--snip--<br><br>sr0: disc change detected.<br>
ata3.00: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6<br>ata3: hard resetting port<br>ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)<br>ata3.00: configured for UDMA/100<br>ata3: EH complete<br>ata3.00: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6<br>
ata3: hard resetting port<br>ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)<br>ata3.00: configured for UDMA/100<br>ata3: EH complete<br>ata3.00: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6<br>ata3: hard resetting port<br>
ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)<br>ata3.00: configured for UDMA/100<br>ata3: EH complete<br>ata3.00: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6<br>ata3: hard resetting port<br>ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)<br>
ata3.00: configured for UDMA/100<br>ata3: EH complete<br>ata3.00: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6<br>ata3: hard resetting port<br>ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)<br>ata3.00: configured for UDMA/100<br>
ata3: EH complete<br>ata3.00: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6<br>ata3: hard resetting port<br>ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)<br>ata3.00: configured for UDMA/100<br>ata3: EH complete<br>
ata3.00: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6<br><br><br>--snip--<br><br>Any help would be appreciated.<br><br>Thnx<br><br><br>ps.   kudzu work fine though<br><br>