diff options
Diffstat (limited to 'content/posts/adding-a-second-encrypted-drive-to-fedora')
-rw-r--r-- | content/posts/adding-a-second-encrypted-drive-to-fedora/index.org | 2 |
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 |