Changes between Initial Version and Version 1 of Ticket #971
- Timestamp:
- Jan 29, 2018, 1:35:06 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #971 – Description
initial v1 6 6 7 7 With UAS enabled I can see info with -d scsi (-d sat{,12} doesn't work), but SMART info is not available: 8 {{{ 8 9 # smartctl -d scsi -i /dev/sdb 9 10 smartctl 6.6 2017-11-05 r4594 [x86_64-linux-4.14.15-1-ARCH] (local build) … … 24 25 Local Time is: Sun Jan 28 11:28:14 2018 WET 25 26 SMART support is: Unavailable - device lacks SMART capability. 27 }}} 26 28 27 29 If I blacklist UAS, then I get from smartctl: 30 {{{ 28 31 # smartctl -i /dev/sdb 29 32 smartctl 6.6 2017-11-05 r4594 [x86_64-linux-4.14.15-1-ARCH] (local build) … … 46 49 SMART support is: Available - device has SMART capability. 47 50 SMART support is: Enabled 51 }}} 48 52 49 53 I wonder if it's possible to get SMART access without blacklisting UAS. I don't like the "very big device" messages I receive in dmesg and I guess the device will perform better with UAS enabled (Kernel 4.14.15-1 from Archlinux X86_64). 50 54 {{{ 51 55 kern :info : [ +4.501957] usbcore: registered new interface driver usb-storage 52 56 kern :info : [ +4.470776] usb 4-1.4: new high-speed USB device number 12 using ehci-pci … … 67 71 kern :notice: [ +0.072621] sd 7:0:0:0: [sdb] Very big device. Trying to use READ CAPACITY(16). 68 72 kern :notice: [ +0.002571] sd 7:0:0:0: [sdb] Attached SCSI disk 69 73 }}} 70 74 And just in case: 75 {{{ 71 76 # lsusb -v -d 0bc2:231a 72 77 Bus 004 Device 010: ID 0bc2:231a Seagate RSS LLC Expansion Portable … … 106 111 bInterfaceProtocol 80 Bulk-Only 107 112 iInterface 0 113 }}}