Re: shuttle sd37p2 eSATA driver?



ivowel@xxxxxxxxx wrote:


thanks, john-paul, but I think its deeper than this. I only see my two
internal SATA drives:

# lsscsi
[0:0:0:0] disk ATA SAMSUNG HD400LJ ZZ10 /dev/sda
[1:0:0:0] disk ATA WDC WD3200KS-00P 21.0 /dev/sdb

Those numbers surprise me. I would have thought that the SATA driver mapped everything onto a single SCSI bus number, but instead it maps onto multiple busses.

Since the rescan-scsi-bus.sh script didn't work, it's unlikely that echoing directly to /proc/scsi/scsi will help, but it would appear that the right command would be 'echo "scsi-add-single-device 2 0 0 0" >/proc/scsi/scsi' instead of the numbers I suggested in my earlier post. (They were just a guess, and apparently not a good one!) What numbers did you try? (Note that if there are additional unused internal SATA ports, those could be 2, 3, ... whatever. Try everything until you get at least one beyond the number of internal SATA ports you have.)
.