User Tools

Site Tools


docs:tips_n_tricks:luks.html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
docs:tips_n_tricks:luks.html [14.05.2022 19:14 CEST] – [Change default answer to LUKS password question (e.g.) in Thunar] peterdocs:tips_n_tricks:luks.html [21.08.2022 19:06 CEST] (current) – [Resize an encrypted LV managed by cryptsetup] peter
Line 39: Line 39:
 {{entry>resize2fs}} {{entry>resize2fs}}
 {{tag>Linux LVM LUKS cryptsetup resize2fs}} {{tag>Linux LVM LUKS cryptsetup resize2fs}}
 +===== Prepare for low memory systems =====
 +
 +Get current memory need:
 +
 +  cryptsetup luksDump /dev/<device> | fgrep Memory
 +
 +Set new memory need:
 +
 +  cryptsetup luksConvertKey --key-file /path/to/keyfile --pbkdf-memory=10240 /dev/<device>
 +
 +__References__:
 +
 +  * https://unix.stackexchange.com/a/687497
 ===== Gnome Keyring ===== ===== Gnome Keyring =====
 //Not exactly LUKS related, but shows up in the context// //Not exactly LUKS related, but shows up in the context//
docs/tips_n_tricks/luks.html.txt · Last modified: 21.08.2022 19:06 CEST by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki