From 538dfa2807ebb82704b2249d337cc9abefde4020 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 21 Jun 2026 12:42:04 -0500 Subject: fix: resolve spelling issues in pre-2026 posts --- content/blog/2024-02-06-zfs.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/blog/2024-02-06-zfs.org') diff --git a/content/blog/2024-02-06-zfs.org b/content/blog/2024-02-06-zfs.org index ebc9ec0..bd2f9f7 100644 --- a/content/blog/2024-02-06-zfs.org +++ b/content/blog/2024-02-06-zfs.org @@ -146,7 +146,7 @@ sudo zpool add -f tank mirror /dev/sdX /dev/sdY I added two 8TB hard drives and this process took around 10 seconds to complete. When viewing the pool again, you can see that the pool has now doubled in size. -We have 14.3 TB useable space and the same space used for mirroring. +We have 14.3 TB usable space and the same space used for mirroring. #+begin_src sh > zfs list @@ -237,7 +237,7 @@ sudo zpool add tank mirror /dev/sdc /dev/sdd When we list the pool again, we can see that our size is now updated to approximately 22TB. This represents my hard drives totalling 45.6TB when shown with =fdisk -l=, with a Raid10 configuration using 22TB for mirroring and 22TB -of useable space. +of usable space. #+begin_src sh > zfs list -- cgit v1.2.3