Tested the partition encryption of LVM in RHEL6 1, vgs -report information about volume group 2, lvs-report the information about logical volumes 3, create the logic volume, size 100M lvcreate -n lv_lockbox -L 100M vgsrv 4, format the logic volume just created mkfs.ext4 /dev/vgsrv/lv_lockbox 5, create the mount point mkdir /mnt/lockbox 6, for security reasons, dump random data […]