How-to: open/close the luks partition

Posted on Nov 5, 2014

luks_logo The title is pretty self-explanatory :)

To open the luks partition:

1
cryptsetup -v luksOpen  /dev/local/home home_crypte

And to close it:

1
cryptsetup -v luksClose home_crypte