From f4de5d1df690c48592de3a079f6176a589513720 Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Wed, 30 Apr 2025 16:13:42 -0400 Subject: [PATCH] Update usable storage size --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a196f79..0b6e4b7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Having Plex and Jellyfin separate from the rest of my docker infrastructure allo **Storage:** * `/`: 1 TB NVME SSD * `/vm_storage`: 2x 240 GB SSD in ZFS mirror for config and data files -* `/mnt/storage`: mergerfs + SnapRAID pool totaling 56 TB usable storage. Currently single parity disk but hoping to add a second one soon. Drives run btrfs allowing me to utilize [snapraid-btrfs](https://wiki.selfhosted.show/tools/snapraid-btrfs/) for instant snapshotting +* `/mnt/storage`: mergerfs + SnapRAID pool totaling ~90 TiB usable storage. Currently single parity disk but hoping to add a second one soon. Drives run btrfs allowing me to utilize [snapraid-btrfs](https://wiki.selfhosted.show/tools/snapraid-btrfs/) for instant snapshotting ## Roadmap