Tag: encrypted partition
-
How-to: open/close the luks partition
The title is pretty self-explanatory :) To open the luks partition: cryptsetup -v luksOpen /dev/local/home home_crypted And to close it: cryptsetup -v luksClose home_crypted