-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

cryptsetup


> Manage plain dm-crypt and LUKS (Linux Unified Key Setup) encrypted volumes.

More information.


Initialize a LUKS volume (overwrites all data on the partition):

cryptsetup luksFormat {/dev/sda1}

Open a LUKS volume and create a decrypted mapping at `/dev/mapper/{target}`:

cryptsetup luksOpen {/dev/sda1} {target}

Remove an existing mapping:

cryptsetup luksClose {target}

Change the LUKS volume's passphrase:

cryptsetup luksChangeKey {/dev/sda1}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 04:31:17 2024