借鉴:
https://blog.youkuaiyun.com/qq_43309149/article/details/84035168
#下载crypt
apt install cryptsetup
#对/dev/vdb1进行加密操作:
cryptsetup luksFormat /dev/vdb1
...
WARNING!
========
This will overwrite data on /dev/sdb irrevocably.
Are you sure? (Type uppercase yes): YES
Enter passphrase for /dev/sdb: #输入密码
Verify passphr