Custom Query (1414 matches)
Results (109 - 111 of 1414)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#718 | fixed | USB bridge 0x059f:0x1075 not recognized | ||
Description |
> sudo smartctl -a /dev/sdb smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.6.4-1-ARCH] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org /dev/sdb: Unknown USB bridge [0x059f:0x1075 (0x000)] Please specify device type with the -d option. Use smartctl -h to get a usage summary
I found #624 and tried with > sudo smartctl -t short /dev/sdb -d sat smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.6.4-1-ARCH] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org === START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION === Sending command: "Execute SMART Short self-test routine immediately in off-line mode". Drive command "Execute SMART Short self-test routine immediately in off-line mode" successful. Testing has begun. Please wait 1 minutes for test to complete. Test will complete after Tue Jul 26 20:13:34 2016 Use smartctl -X to abort test. > sudo smartctl -x /dev/sdb -d sat > smartctl-0x059f-0x1075.txt |
|||
#827 | fixed | USB bridge "0x1f75:0x0888 (0x036)" not recognised | ||
Description |
> sudo smartctl -a /dev/sdb smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.10.6-1-ARCH] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org /dev/sdb: Unsupported USB bridge [0x1f75:0x0888 (0x036)] Please specify device type with the -d option. Use smartctl -h to get a usage summary
I first tried to update the driver db, https://www.smartmontools.org/wiki/Download#Updatethedrivedatabase, but it still wasn't recognised. As in #718, I tried with > sudo smartctl -d sat -t short /dev/sdb smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.10.6-1-ARCH] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org === START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION === Sending command: "Execute SMART Short self-test routine immediately in off-line mode". Drive command "Execute SMART Short self-test routine immediately in off-line mode" successful. Testing has begun. Please wait 2 minutes for test to complete. Test will complete after Sun Apr 2 14:50:38 2017 Use smartctl -X to abort test. > sudo smartctl -x /dev/sdb -d sat > smartctl-0x1f75-0x0888-0x036.txt |
|||
#1558 | fixed | WDC WD6401AALS-00L3B2 needs '-l xerrorlba' | ||
Description |
I play with unreadable sector at LBA 768453424. But the following command displays wrong LBA: smartctl -i -l xerror ...
Note, that 768453424 = 0x2dcdab30, not 0x2dab00cd30 ! So calculated LBA is wrong: 196142484784 <> 768453424 I've just downloaded and build fresh 7.2 version from https://deac-ams.dl.sourceforge.net/project/smartmontools/smartmontools/7.2/smartmontools-7.2.tar.gz |