After a series of issues, I decided to build a new box. This is my first build since 2013, so a lot of technology has changed. Since the issues revolved around spinning disks, I thought I'd remove that problem entirely by buying only SSDs. This turned out to be a fun build.
OS Specs
- POP-OS Linux
- RAID0 of system drive
- RAID1 for data drive
Things learned along the way:
- UEFI through and through for future proofing
- Needed to manually enable M.2-4 slot in BIOS
- Great article on formatting RAID set for Linux: https://forum.level1techs.com/t/guide-install-pop-os-20-04-on-raid/156379
- Rsync is your friend: rsync -avxHAX --progress /myFiles/* /backup/
- NVMe drives can load so fast that mdadm doesn't have time to settle down. Have to add x-systemd.device-timeout=0 parameter to /etc/fstab
- RGB Lights are pretty
That's it for now. Cheers!
TAG
No comments:
Post a Comment