I was finally able to try this today. No go for now.
Code
pi@raspberrypi:~ $ cat /etc/modprobe.d/usb-storage-quirks.conf
options usb-storage quirks=0bc2:ab28:u
pi@raspberrypi:~ $ lsusb
Bus 002 Device 002: ID 0bc2:ab28 Seagate RSS LLC
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
pi@raspberrypi:~ $ lsusb -t
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
|__ Port 2: Dev 2, If 0, Class=Mass Storage, Driver=uas, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
Display More
Some dmesg extracts.
Code
[ 1.842018] usb 2-2: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[ 1.872913] usb 2-2: New USB device found, idVendor=0bc2, idProduct=ab28, bcdDevice= 1.00
[ 1.874066] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 1.881237] usb 2-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 1.889543] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 1.903765] usb 2-2: Product: BUP BK
[ 1.907405] usb 2-2: Manufacturer: Seagate
[ 1.911589] usb 2-2: SerialNumber: NA9SL9P9
[ 1.921713] devtmpfs: mounted
[ 1.933109] Freeing unused kernel memory: 2048K
[ 1.942575] scsi host0: uas
[ 1.946738] scsi 0:0:0:0: Direct-Access Seagate BUP BK 0304 PQ: 0 ANSI: 6
[ 1.955369] Run /sbin/init as init process
[ 1.956562] sd 0:0:0:0: [sda] Spinning up disk...
[ 9.272418] sd 0:0:0:0: [sda] 9767541167 512-byte logical blocks: (5.00 TB/4.55 TiB)
[ 9.272433] sd 0:0:0:0: [sda] 2048-byte physical blocks
[ 9.286014] sd 0:0:0:0: [sda] Write Protect is off
[ 9.286031] sd 0:0:0:0: [sda] Mode Sense: 4f 00 00 00
[ 9.286375] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.286999] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of physical block size (2048 bytes)
[ 9.364214] sda: sda1
[ 9.366807] sd 0:0:0:0: [sda] Attached SCSI disk
Display More
smartctl output.
Code
pi@raspberrypi:~ $ sudo smartctl --health -T permissive /dev/sda
smartctl 6.6 2017-11-05 r4594 [armv7l-linux-4.19.93-v7l+] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org
Read Device Identity failed: scsi error unsupported field in scsi command
SMART support is: Ambiguous - ATA IDENTIFY DEVICE words 82-83 don't show if SMART supported.
SMART support is: Ambiguous - ATA IDENTIFY DEVICE words 85-87 don't show if SMART is enabled.
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
pi@raspberrypi:~ $
Display More
Any suggestions?