User Tools

Site Tools


public:cryptsetup_quick_guide

This is an old revision of the document!


Cryptsetup Quick Guide

Creation of a LUKS volume

cryptsetup luksFormat ${DEVICE_PATH}

Mounting of a LUKS volume

sudo cryptsetup luksOpen ${DEVICE_ID} ${MOUNT_POINT_NAME} --key-file ${OPTIONAL_KEY_FILE}

Unmounting of a LUKS volume

cryptsetup luksClose ${VOLUME_NAME}
public/cryptsetup_quick_guide.1512834237.txt.gz · Last modified: 2018/03/31 00:38 (external edit)