|
From: Jos v. d. O. <jo...@va...> - 2010-01-13 20:01:52
|
On Friday 01 January 2010 21:56:19 Christian Franke wrote:
> Jos van den Oever wrote:
> > I used the svn version of smartctl on my external 2.5" hard disk
> > (Toshiba PX1270E-1G16). This device has ID 0930:0b03.
> >
> > smartctl --all -d usbsunplus /dev/sdb
> >
> > works on this drive. The output is attached to this mail.
>
> Added to Wiki and USB ID table. Should now work without '-d usbsunplus'.
>
> Could you please test whether 48-bit ATA commands work with this drive:
>
> # smartctl -xall /dev/sdb
The output of -xall is attached. I've also tested another drive, the Samsung
Story Drive which works fine with "-d sat".
Best regards,
Jos
Index: scsiata.cpp
===================================================================
--- scsiata.cpp (revision 3029)
+++ scsiata.cpp (working copy)
@@ -1362,6 +1362,8 @@
// Toshiba
{ 0x0930, 0x0b03, -1, d_sunplus }, // Toshiba PX1270E-1G16
{ 0x0930, 0x0b09, -1, d_sunplus }, // Toshiba PX1396E-3T01 (similar to
Dura Micro 501)
+ // Samsung
+ { 0x04e8, 0x5f06, -1, d_sat }, // SAMSUNG HD154UI (Samsung Story
Station)
// Seagate
{ 0x0bc2, 0x2000, -1, d_sat }, // Seagate FreeAgent Go
{ 0x0bc2, 0x2100, -1, d_sat }, // Seagate FreeAgent Go
|