Hello,
I currently have a new Pi 5 with an unpowered 4-port USB3 hub, with 2 USB3 Seagate disks plugged into it.
Sometimes there will be a mix of up to 8 WD and Seagate USB3 disks, across 2 of the (identical) USB3 hubs, with the plan being to reuse still-working old hardware (cough, $ being tight and all) with a max of up to 8 old USB3 drives "overlayed" and served on my LAN by overlayfs/samba/miniDLNA.
I am unsure what sort of transfer speeds one should expect, any advice would be greatly appreciated.
Thanks !
I currently have a new Pi 5 with an unpowered 4-port USB3 hub, with 2 USB3 Seagate disks plugged into it.
Sometimes there will be a mix of up to 8 WD and Seagate USB3 disks, across 2 of the (identical) USB3 hubs, with the plan being to reuse still-working old hardware (cough, $ being tight and all) with a max of up to 8 old USB3 drives "overlayed" and served on my LAN by overlayfs/samba/miniDLNA.
I am unsure what sort of transfer speeds one should expect, any advice would be greatly appreciated.
Code:
$ sudo hdparm -tT --direct /dev/sda/dev/sda: Timing O_DIRECT cached reads: 684 MB in 2.00 seconds = 341.97 MB/sec Timing O_DIRECT disk reads: 536 MB in 3.00 seconds = 178.45 MB/sec$ sudo hdparm -tT --direct /dev/sdb/dev/sdb: Timing O_DIRECT cached reads: 608 MB in 2.00 seconds = 304.00 MB/sec Timing O_DIRECT disk reads: 578 MB in 3.00 seconds = 192.38 MB/sec
Code:
$ sudo lsblk -o NAME,FSTYPE,SIZE,LABEL,VENDOR,MODEL,REV,TYPE,MAJ:MIN,TRAN | grep sdsda 4.5T Seagate Expansion Desk 0911 disk 8:0 usb├─sda1 128M part 8:1 └─sda2 ntfs 4.5T DISK1-5TB part 8:2 sdb 3.6T Seagate Expansion Desk 0915 disk 8:16 usb├─sdb1 128M part 8:17 └─sdb2 ntfs 3.6T DISK2-4TB part 8:18
Statistics: Posted by hydra3333 — Thu Jul 18, 2024 8:15 am