diff options
author | Pjotr Prins | 2025-02-28 11:23:08 +0100 |
---|---|---|
committer | Pjotr Prins | 2025-02-28 11:23:08 +0100 |
commit | 1fdab887b299ba3d4bbda6ef079e13bdd504bd17 (patch) | |
tree | a467125011377ab2e9454d824a1a61382204615a | |
parent | be8dfdcc3cf2aa18c6c09a225838b28d370899cd (diff) | |
download | gn-gemtext-1fdab887b299ba3d4bbda6ef079e13bdd504bd17.tar.gz |
Notes on octolair
-rw-r--r-- | issues/systems/octoraid-storage.gmi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/issues/systems/octoraid-storage.gmi b/issues/systems/octoraid-storage.gmi new file mode 100644 index 0000000..97e0e55 --- /dev/null +++ b/issues/systems/octoraid-storage.gmi @@ -0,0 +1,18 @@ +# OctoRAID + +We are building machines that can handle cheap drives. + +# octoraid01 + +This is a jetson with 4 22TB seagate-ironwolf-pro-st22000nt001-22tb-enterprise-nas-hard-drives-7200-rpm. + +Unfortunately the stock kernel has no RAID support, so we simple mount the 4 drives (hosted on a USB-SATA bridge). + +Stress testing: + +``` +cd /export/nfs/lair01 +stress -v -d 1 +``` + +Running on multiple disks the jetson is holding up well! |