Seagate Exos Mach.2 2x18 18TB Dual Actuator SATA Hard Drive in Windows

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.ค. 2024
  • My quick review and attempt to get the Seagate Exos Mach.2 2x18 18TB dual actuator hard drive working at peak performance (RAID 0 of two partitions on same hard drive).
    Hard drive model ST18000NM0092 (SATA)
    Reference Material in Video:
    Spec Sheet: www.seagate.com/www-content/d...
    Windows MD RAID Driver: github.com/maharmstone/winmd
    Level1Tech Forum: forum.level1techs.com/t/how-t...
    0:00 Intro
    3:30 Single Partition Performance
    3:55 Hard Drive Performance Curve
    4:58 Dual Partition Hard Drive
    5:49 Linux Parted Partitioning
    6:52 RAID 0 Two Partitions
    9:25 CrystalDiskMark and File Transfer benchmark results
    13:03 Exos 2x18 as NAS Drive
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 19

  • @srvuk
    @srvuk 6 หลายเดือนก่อน +7

    Another excllent breakdown and summary.

    • @htwingnut
      @htwingnut  6 หลายเดือนก่อน

      Thank you for the kind words. Glad you found it useful!

  • @slow_Jo
    @slow_Jo 18 วันที่ผ่านมา +1

    i shucked a Seagate Expansion 14tb and got an Exos 2x14 Mach.2 inside. I was quite surprised, to say the least.

  • @jeschinstad
    @jeschinstad หลายเดือนก่อน

    In order to get the maximum performance, you need a driver that is aware of dual actuators. This was added to Linux 6.3, which became available to Ubuntu LTS users in 22.04.

  • @Versette
    @Versette 6 หลายเดือนก่อน +2

    I was hoping for a little better results, but very interesting video nonetheless ^-^

  • @Crftbt
    @Crftbt 6 หลายเดือนก่อน +5

    Title says "in Windows" but the benchmarking also shows in Linux, which I was hoping for. :)

    • @htwingnut
      @htwingnut  6 หลายเดือนก่อน +1

      :) Glad you were pleasantly surprised! A bit disappointing though to be honest. Looked promising with CrystalDiskInfo at first.

    • @Crftbt
      @Crftbt 6 หลายเดือนก่อน

      @@htwingnut curious if there is a performance difference with the latest kernel/drivers in archlinux or nixos. :)

    • @htwingnut
      @htwingnut  6 หลายเดือนก่อน

      @@Crftbt I am not sure, but I am no longer in possession of these hard drives. If I get ahold of another one I will check it out.

    • @KyesaRRi
      @KyesaRRi 6 หลายเดือนก่อน +1

      ​@@CrftbtI mean you don't have to run nix or arch to run the latest kernel but you should be running nix ;)
      I use nix btw.

    • @Crftbt
      @Crftbt 6 หลายเดือนก่อน +1

      @@KyesaRRi I guess there's unstable debian.

  • @anonymouse9821
    @anonymouse9821 3 หลายเดือนก่อน +2

    Raid 0 of the two partitions makes them act in sync. Which might not be really different from having 10 platters and a single actuator (at least from the iops and latency perspective). Instead of doing so, is it possible to treat them as jbod and span across them? The OS IO scheduler would need to treat these partitions as separate volumes for the purpose of scheduling, rather than being the same disk.
    Otherwise, it looks like the dual actuator, while nice in concept, doesn't work well in practice. At least the sata single LUN implementation

  • @cmoneytheman
    @cmoneytheman 3 หลายเดือนก่อน +2

    never have understood why HDD being as legendary as it is the longest-used storage home use doesn't have way faster speeds
    Like why has it never been models with the rpm of 10k/20/40/50k as standards
    Why has the only real upgrade been mostly just bigger in sizes with TB

    • @The0Advent
      @The0Advent 2 หลายเดือนก่อน +1

      Back before ssds became cheap enough for the average consumer to throw in their system and call it a day. Western digital had 2 cool drives
      1. The wd velociraptor was pretty fast for it's time
      It was a 15mm thick 2.5" drive. (Compared to the 7-9.5mm thickness that is common for laptop hdds.) And had a 10k rpm. The big caveat was the needed a dedicated 3.5" adapter sled called the "icepack" to keeps it's temps down.
      2. They made a 128gb ssd and 1tb hdd combo laptop hard drive that, after installing a driver in windows, would show up as a dedicated 128gb ssd and 1tb hdd on a single 9.5mm hdd. Pretty cool, I had one for a laptop back in the day. As far as I know that's the only size the ever exist though. And things like firecuda drives replaced it later with the small ssd cache built into hdd for files that needed to be accessed quickly.

  • @udirt
    @udirt 4 หลายเดือนก่อน

    on linux you'd need to set the stripe/stride values for the raid to max out the performance, i suppose. i also wonder if you'd need to increase the NCQ depth. you'd probably also need to set --corelog to avoid having a block change bitmap on the same raid (which you WANT for real-life use but not for getting the raw performance)

  • @BoraHorzaGobuchul
    @BoraHorzaGobuchul 4 หลายเดือนก่อน

    Wonder if synology would work with those, and take advantage of the performance? Since I guess it only works with sata, and we'll see one disk.

  • @KeirnothVT
    @KeirnothVT 5 หลายเดือนก่อน +1

    Is there a server OS that is used in datacenters that can recognize these dual actuator drives off the bat?

    • @htwingnut
      @htwingnut  5 หลายเดือนก่อน

      Good question. To be honest, I'm not sure. I think anyone serious about these drives would go with SAS version which show as two individual disks out of the gate. The SATA version and how they implemented it is a mystery to me.

    • @udirt
      @udirt 4 หลายเดือนก่อน

      @@htwingnut honestly if you got a huge pile of unstructed data as in an object store it will balance out even with the SATA version. of course SAS will have much better iops; but it seems in the end ideal setup is some raid 0+1 construction where you have, say, 12 of these per 1U node as a spanned Raid1 made out of 12 Raid0's. I suspect for anyone working with Software Defined Storage this disk is awesome, can't have anything better than twice the bandwidth per rack unit.