summaryrefslogtreecommitdiffstats
path: root/content/posts/adding-a-second-encrypted-drive-to-fedora/index.org
diff options
context:
space:
mode:
authorDante Catalfamo2024-01-14 02:28:14 -0500
committerDante Catalfamo2024-01-14 02:28:14 -0500
commit8c8a9b690564a26c29ab7e3fa4565cb0c0e28a83 (patch)
treec6e5a29c2d6a9f78c87bdd5b28b54288d141a6bb /content/posts/adding-a-second-encrypted-drive-to-fedora/index.org
parentc3fd9a1dee35794cf4e2998ca6433289e726dabc (diff)
downloadblog-8c8a9b690564a26c29ab7e3fa4565cb0c0e28a83.tar.gz
blog-8c8a9b690564a26c29ab7e3fa4565cb0c0e28a83.tar.bz2
blog-8c8a9b690564a26c29ab7e3fa4565cb0c0e28a83.zip
fedora-second-drive: typo
Diffstat (limited to 'content/posts/adding-a-second-encrypted-drive-to-fedora/index.org')
-rw-r--r--content/posts/adding-a-second-encrypted-drive-to-fedora/index.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/adding-a-second-encrypted-drive-to-fedora/index.org b/content/posts/adding-a-second-encrypted-drive-to-fedora/index.org
index a59f77d..19e9a25 100644
--- a/content/posts/adding-a-second-encrypted-drive-to-fedora/index.org
+++ b/content/posts/adding-a-second-encrypted-drive-to-fedora/index.org
@@ -149,7 +149,7 @@ sudo lvcreate -l 100%FREE data_drive -n data
The name of this logical volume is =data=.
The [[https://wiki.archlinux.org/title/dm-crypt/Encrypting_an_entire_system#LVM_on_LUKS][arch wiki]] also suggested that you leave at least 256M of extra
-space so you can run =e2scrub= to in case you want to check the
+space so you can run =e2scrub= in case you want to check the
filesystem metadata.
#+begin_src