meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:fs:btrfs:encrypted [2025/03/23 10:23] – niziak | linux:fs:btrfs:encrypted [2025/03/23 15:50] (current) – niziak | ||
---|---|---|---|
Line 7: | Line 7: | ||
blkid / | blkid / | ||
</ | </ | ||
+ | |||
+ | Consider [[https:// | ||
<file ini / | <file ini / | ||
Line 13: | Line 15: | ||
<code bash> | <code bash> | ||
- | cryptsetup luksDump / | + | cryptdisk_start |
- | cryptsetup luksOpen --allow-discards UUID=aad5d877-2bc5-460b-8441-32b89c0462e6 | + | |
dmsetup table | dmsetup table | ||
Line 24: | Line 25: | ||
cd .. | cd .. | ||
umount /home2 | umount /home2 | ||
+ | cryptdisks_stop home2 | ||
</ | </ | ||
Line 33: | Line 35: | ||
<code bash> | <code bash> | ||
systemctl daemon-reload | systemctl daemon-reload | ||
- | cryptsetup luksClose home2 | ||
- | </code> | + | cryptdisks_start home2 |
+ | mount /home2 | ||
+ | ... | ||
+ | umount /home2 | ||
+ | cryptdisks_stop home2 | ||
update-initramfs -u -k all | update-initramfs -u -k all | ||
+ | </ | ||