Opened 4 years ago
Closed 4 years ago
#1344 closed defect (duplicate)
Seagate BUP Portable
Reported by: | Charles Curley | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | all | Version: | |
Keywords: | uas linux | Cc: |
Description
Similar to #1092 closed defect (duplicate), Seagate Backup Plus Hub 8 TB
With a fresh svn copy, I ran:
# ./smartctl -a /dev/sdb smartctl 7.2 2020-06-24 r5073 [x86_64-linux-4.19.0-6-amd64] (local build) Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org Read Device Identity failed: scsi error unsupported field in scsi command A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options. #
Like #1092, -d scsi
got me useful data. I did not try the other options shown in #1092.
# ./smartctl -a -d scsi /dev/sdb smartctl 7.2 2020-06-24 r5073 [x86_64-linux-4.19.0-6-amd64] (local build) Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Vendor: Seagate Product: BUP Portable Revision: 0004 Compliance: SPC-4 User Capacity: 5,000,981,077,504 bytes [5.00 TB] Logical block size: 512 bytes Physical block size: 4096 bytes Logical Unit id: 0x5000000000000001 Serial number: 00<edited!!> Device type: disk Local Time is: Tue Jun 30 12:18:20 2020 MDT SMART support is: Available - device has SMART capability. SMART support is: Disabled Temperature Warning: Disabled or Not Supported === START OF READ SMART DATA SECTION === SMART Health Status: OK Current Drive Temperature: 0 C Drive Trip Temperature: 0 C Error Counter logging not supported Device does not support Self Test logging #
The device does use the aus driver:
# lsusb -t /: Bus 06.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/2p, 12M /: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/2p, 12M /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/2p, 12M /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/2p, 12M /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/2p, 12M /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/10p, 480M |__ Port 5: Dev 9, If 0, Class=Mass Storage, Driver=uas, 480M #
Change History (5)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
Keywords: | uas linux added |
---|---|
Milestone: | → undecided |
Similar to #1092 closed defect (duplicate), Seagate Backup Plus Hub 8 TB
This leads to the same question as in #1092: Is UAS transfer mode enabled?
See SAT with UAS under Linux wiki page for details.
comment:3 by , 4 years ago
This leads to the same question as in #1092: Is UAS transfer mode enabled?
If I understand things correctly, UAS mode is enabled. See the lsb -t
listing above. Otherwise give me exactly the command you want executed.
comment:4 by , 4 years ago
Yes UAS is enabled. I obviously didn't read the original post carefully....
This is on Debian 10 (buster).