LUKS
Wikipedia这样解释:
Linux Unified Key Setup (LUKS) s a disk encryption specification created by Clemens Fruhwirth in 2004 and originally intended for Linux...
LUKS specifies a platform-independent standard on-disk format for use in various tools. This not only facilitates compatibility and interoperability among different programs, but also assures that they all implement password management in a secure and documented manner….
The reference implementation for LUKS operates on Linux and is based on an enhanced version of cryptsetup, using dm-crypt as the disk encryption backend.
如何在LUKS设备上用LVM2
暂时只是想玩一下,所以这里只给出一个简单流程。