평문
dm-crypt
및 LUKS (Linux Unified Key Setup) 암호화 볼륨을 관리.luksFormat
와 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다. 더 많은 정보: https://manned.org/cryptsetup.
cryptsetup luksFormat {{/dev/sdXY}}
/dev/mapper/mapping_name
에 복호화된 매핑 생성:cryptsetup open {{/dev/sdXY}} {{매핑_이름}}
cryptsetup status {{매핑_이름}}
cryptsetup close {{매핑_이름}}
cryptsetup luksChangeKey {{/dev/sdXY}}