logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault git clone https://hacktivis.me/git/mirror/drewdevault.com.git

New-workstation.gmi (2422B)


  1. After my latest status update, I was asked by a few people to go into some more detail about the nature of my new workstation. I had been using my older workstation for almost 10 years, and I had the following goals for the new one:
  2. * Smaller & more lightweight
  3. * Modest upgrades to the hardware
  4. * An opportunity to rework my software setup
  5. I ended up opting for a Mini-ITX build. The main limitation constraining my size choices were the fact that I wanted (1) at least 3 HDDs and one M.2 drive; and (2) an optical drive (I like to rip CDs). The case I picked for this is the Fractal Design Core 500, and I'm pretty pleased with it.
  6. Some parts I already had that went into the build were:
  7. * 3 8T HDDs and one 2T NVMe from the pile of drives
  8. * A spare AMD 580 GPU from the pile of GPUs
  9. * A spare RM850x PSU from the pile of PSUs^W^W^W^W^W(I only had one spare)
  10. * The optical drive from old workstation
  11. And the following parts I bought new:
  12. * Fractal Design Core 500 case
  13. * AMD Ryzen 7 3700X
  14. * 2x16G of RAM (CMK32GX4M2D3600C18)
  15. * Noctua NH-L9a-AM4 lower-profile CPU cooler
  16. * GIGABYTE B550I motherboard
  17. The result is a nice, compact build, with a surprising amount of airflow despite the small form-factor. I may replace the cooler with the stock one - it runs a bit hot now - but otherwise I'm satisfied with the hardware side of this build.
  18. I was still running Arch Linux on my old workstation (ugh!) and this was a good chance to upgrade to a nice Alpine Linux install. Getting full disk encryption working correctly was a bit more challenging than on previous attempts with Alpine, but I got it working without too much fuss.
  19. My root filesystem is on the NVMe, encrypted, and I set up a ZFS pool on the other 3 drives for /home and for an archive of important data from my old workstation. I could set this up easily enough, but neither WiFi nor Ethernet were working OOTB. I did most of the setup with a USB-ethernet adapter. Anyway, the necessary drivers had landed in the just-released Linux 5.9, but Alpine's linux-edge package was behind. This is fixed easily enough - I just built the newer kernel - but Alpine doesn't provide a zfs-edge package for this kernel, so I had to build that, too.
  20. So, there you have it. The new box is less than half the size & weight of the old one, catches up to modern hardware quite a bit, and gave me a good chance to re-provision my main workstation's software loadout.