aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2024-02-06-zfs.org
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-06-21 12:42:04 -0500
committerChristian Cleberg <[email protected]>2026-06-21 12:42:04 -0500
commit538dfa2807ebb82704b2249d337cc9abefde4020 (patch)
tree9a465b0dd90150c05d9d4d54297001e6dc7610ed /content/blog/2024-02-06-zfs.org
parent54339a23f57c6dd24cc3cec3806d3a29e94b759f (diff)
downloadcleberg.net-538dfa2807ebb82704b2249d337cc9abefde4020.tar.gz
cleberg.net-538dfa2807ebb82704b2249d337cc9abefde4020.tar.bz2
cleberg.net-538dfa2807ebb82704b2249d337cc9abefde4020.zip
fix: resolve spelling issues in pre-2026 posts
Diffstat (limited to 'content/blog/2024-02-06-zfs.org')
-rw-r--r--content/blog/2024-02-06-zfs.org4
1 files changed, 2 insertions, 2 deletions
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