Hey, I got a 3TB HDD. The guy I got it from uses debian and was able to mount it without any problems on his computer and servers, apparently without any special drivers. It’s a freecom HDD. It uses a external power source, so power over usb A is not an issue.
However, I wasn’t able to see it on my laptop with linux at all. As I have a dual boot, I also tried on windows, where it worked.
on windows:
I was able to easily find it in disk app, reformat it from ext4 to exfat and put a bunch of files on it. Still there after rebooting
on linux:
- detects the device when plugging in. dmesg output:
[ 171.172468] usb-storage 4-1:1.0: USB Mass Storage device detected
[ 171.173237] scsi host0: usb-storage 4-1:1.0
[ 176.723080] scsi 0:0:0:0: Direct-Access WDC WD30 EFRX-68AX9N0 80.0 PQ: 0 ANSI: 5
[ 176.724151] sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
[ 177.375637] sd 0:0:0:0: [sda] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[ 177.375962] sd 0:0:0:0: [sda] Write Protect is off
[ 177.375966] sd 0:0:0:0: [sda] Mode Sense: 17 00 00 08
[ 177.376256] sd 0:0:0:0: [sda] No Caching mode page found
[ 177.376259] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 207.929464] usb 4-1: reset SuperSpeed USB device number 4 using xhci_hcd
[ 238.647570] usb 4-1: reset SuperSpeed USB device number 4 using xhci_hcd
[ 238.773795] sda: sda1
[ 238.774112] sd 0:0:0:0: [sda] Attached SCSI disk
- takes a solid minute for fdisk -l to run:
Festplatte /dev/sda: 2.73 TiB, 3000592982016 Bytes, 5860533168 Sektoren
Festplattenmodell: EFRX-68AX9N0
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplattenbezeichnungstyp: gpt
Festplattenbezeichner: 26A24D29-29CB-41DD-A0A8-40E53C943AC8
Gerät Anfang Ende Sektoren Größe Typ
/dev/sda1 2048 5860532223 5860530176 2.7T Microsoft Basisdaten
-
gparted and other disk utilities hang up until I unplug the HDD
-
trying to mount /dev/sda1 gets stuck indefinitely, and it prints this again and again in dmesg:
[ 269.373253] I/O error, dev sda, sector 5860532432 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
[ 300.084550] usb 4-1: reset SuperSpeed USB device number 4 using xhci_hcd
[ 300.096043] sd 0:0:0:0: [sda] tag#0 FAILED Result: hostbyte=DID_TIME_OUT driverbyte=DRIVER_OK cmd_age=30s
[ 300.096051] sd 0:0:0:0: [sda] tag#0 CDB: Read(16) 88 00 00 00 00 01 5d 50 9f e0 00 00 00 08 00 00
[ 300.096053] I/O error, dev sda, sector 5860532192 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
[ 330.805622] usb 4-1: reset SuperSpeed USB device number 4 using xhci_hcd
[ 330.817279] sd 0:0:0:0: [sda] tag#0 FAILED Result: hostbyte=DID_TIME_OUT driverbyte=DRIVER_OK cmd_age=30s
[ 330.817305] sd 0:0:0:0: [sda] tag#0 CDB: Read(16) 88 00 00 00 00 01 5d 50 9f d0 00 00 00 08 00 00
[ 330.817308] I/O error, dev sda, sector 5860532176 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
[ 361.525696] usb 4-1: reset SuperSpeed USB device number 4 using xhci_hcd
[ 361.537990] sd 0:0:0:0: [sda] tag#0 FAILED Result: hostbyte=DID_TIME_OUT driverbyte=DRIVER_OK cmd_age=30s
[ 361.537998] sd 0:0:0:0: [sda] tag#0 CDB: Read(16) 88 00 00 00 00 00 00 00 18 00 00 00 00 08 00 00
[ 361.538001] I/O error, dev sda, sector 6144 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
[ 392.240417] usb 4-1: reset SuperSpeed USB device number 4 using xhci_hcd
[ 422.963723] usb 4-1: reset SuperSpeed USB device number 4 using xhci_hcd
[ 422.975246] sd 0:0:0:0: [sda] tag#0 FAILED Result: hostbyte=DID_TIME_OUT driverbyte=DRIVER_OK cmd_age=30s
[ 422.975259] sd 0:0:0:0: [sda] tag#0 CDB: Read(16) 88 00 00 00 00 00 00 00 0c 00 00 00 00 08 00 00
[ 422.975262] I/O error, dev sda, sector 3072 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
[ 453.679122] usb 4-1: reset SuperSpeed USB device number 4 using xhci_hcd
[ 484.398375] usb 4-1: reset SuperSpeed USB device number 4 using xhci_hcd
[ 484.409785] sd 0:0:0:0: [sda] tag#0 FAILED Result: hostbyte=DID_TIME_OUT driverbyte=DRIVER_OK cmd_age=30s
[ 484.409794] sd 0:0:0:0: [sda] tag#0 CDB: Read(16) 88 00 00 00 00 00 00 00 08 10 00 00 00 08 00 00
[ 484.409796] I/O error, dev sda, sector 2064 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
[ 515.121480] usb 4-1: reset SuperSpeed USB device number 4 using xhci_hcd
what can I do?