2009/4/28 Ben Middleton <ben at drn.org>: > I have a couple of external 500Gb Lacie USB 2.0 devices (Porsche design ones). > I'm having trouble getting them recognised in Solaris: ... > $ iostat -En > c3t0d0 ? ? ? ? ? Soft Errors: 2 Hard Errors: 0 Transport Errors: 30 > Vendor: LaCie ? ?Product: LaCie Hard Drive Revision: 0000 Serial No: > Size: 0.00GB <0 bytes> > Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0 > Illegal Request: 2 Predictive Failure Analysis: 0
Does it log any errors to /var/adm/messages? (iostat reports quite a few transport errors) Maybe the LaCie drive doesn't understand some of the scsi commands sent by Solaris' sd(7d) driver? Did you already experiment with the "reduced-cmd-support" option in /kernel/drv/scsa2usb.conf ?