public:cryptsetup_quick_guide
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| public:cryptsetup_quick_guide [2017/12/09 15:39] – created fangfufu | public:cryptsetup_quick_guide [2018/03/31 00:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Cryptsetup Quick Guide ====== | ====== Cryptsetup Quick Guide ====== | ||
| + | ===== Creation of a LUKS volume ===== | ||
| + | <code bash> | ||
| + | cryptsetup luksFormat ${DEVICE_PATH} | ||
| + | </ | ||
| + | |||
| + | ===== Mounting of a LUKS volume ===== | ||
| + | <code bash> | ||
| + | cryptsetup luksOpen ${DEVICE_ID} ${MOUNT_POINT_NAME} --key-file ${OPTIONAL_KEY_FILE} | ||
| + | </ | ||
| + | |||
| + | ===== Unmounting of a LUKS volume ===== | ||
| + | <code bash> | ||
| + | cryptsetup luksClose ${VOLUME_NAME} | ||
| + | </ | ||
| + | |||
| + | |||
public/cryptsetup_quick_guide.1512833976.txt.gz · Last modified: (external edit)
