aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2024-02-06-zfs.md
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-02-12 17:10:31 -0600
committerChristian Cleberg <hello@cleberg.net>2024-02-12 17:10:31 -0600
commitfdb204ae498d6cf2b5fd470a2de51d1971c07dd6 (patch)
tree8053bd19fb524ea33dd503d50831845cee214e97 /content/blog/2024-02-06-zfs.md
parenta0f3dde0c08094b0b6b959f3d2295901abc13a90 (diff)
downloadcleberg.net-fdb204ae498d6cf2b5fd470a2de51d1971c07dd6.tar.gz
cleberg.net-fdb204ae498d6cf2b5fd470a2de51d1971c07dd6.tar.bz2
cleberg.net-fdb204ae498d6cf2b5fd470a2de51d1971c07dd6.zip
fix grammar
Diffstat (limited to 'content/blog/2024-02-06-zfs.md')
-rw-r--r--content/blog/2024-02-06-zfs.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/blog/2024-02-06-zfs.md b/content/blog/2024-02-06-zfs.md
index 9dd3eb5..753ada0 100644
--- a/content/blog/2024-02-06-zfs.md
+++ b/content/blog/2024-02-06-zfs.md
@@ -70,6 +70,8 @@ Filesystem Size Used Avail Use% Mounted on
/dev/sdb1 7.3T 144G 6.8T 3% /mnt/red-02
/dev/sdc1 7.3T 5.5T 1.9T 75% /mnt/white-02
/dev/sdd1 9.1T 8.7T 435G 96% /mnt/white-01
+/dev/sde1 7.3T 28K 6.9T 1% /mnt/red-03
+/dev/sdf1 7.3T 28K 6.9T 1% /mnt/red-04
```
If you're going to use mounted disks, make sure to umount them before creating
@@ -233,7 +235,7 @@ Once the drives are formatted, we can add these disks to the pool.
sudo zpool add tank mirror /dev/sdc /dev/sdd
```
-When we list the pool again, we can see that our size is now updates to
+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.