Changes between Initial Version and Version 2 of Ticket #1352
- Timestamp:
- Jul 23, 2020, 10:02:20 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1352 – Description
initial v2 5 5 6 6 Device info form dmesg: 7 {{{ 7 8 [ 5.028236] usb 1-1.4: Product: Ext. HDD 8 9 [ 5.028250] usb 1-1.4: Manufacturer: Innostor 9 10 [ 5.028265] usb 1-1.4: SerialNumber: 20191217 11 }}} 10 12 11 13 Device info from lsusb 14 {{{ 12 15 Bus 001 Device 005: ID 1f75:0611 Innostor Technology Corporation 16 }}} 13 17 14 18 System setup 15 * Raspberry pi 2B v1.1 with raspberian OS 10 buster kernel 5.4.51-v7+16 * smartctl version smartmontools release 6.6 dated 2017-11-05 at 15:20:58 UTC19 * Raspberry pi 2B v1.1 with raspberian OS 10 buster kernel 5.4.51-v7+ 20 * smartctl version smartmontools release 6.6 dated 2017-11-05 at 15:20:58 UTC 17 21 18 22 For testing I cover the following brands of HHD: 19 * Hirachi 2.5", Seagate Barracuda and WD" with same results23 * Hirachi 2.5", Seagate Barracuda and WD" with same results 20 24 21 25 On Raspbian: 22 26 when smart short test runs dmesg throws the following errors: 27 {{{ 23 28 [Jul22 12:23] usb 1-1.4: reset high-speed USB device number 5 using dwc_otg 24 29 [ +0.131704] program smartctl is using a deprecated SCSI ioctl, please convert 30 }}} 25 31 26 32 Output of the following : smartctl -x /dev/sdX 33 {{{ 27 34 smartctl 6.6 2017-11-05 r4594 [armv7l-linux-5.4.51-v7+] (local build) 28 35 Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org … … 209 216 0x0006 2 0 R_ERR response for device-to-host non-data FIS 210 217 0x0007 2 0 R_ERR response for host-to-device non-data FIS 218 }}}