MTNCOMP | List View | Table View | myBlog (1784 Entries) |
First, you need to find out which is the encrypted LVM partition, it may be sda3, but it can also be sda5, sdX2, ...:
cat /etc/crypttab
Toadd a new password, use luksAddKey:
sudo cryptsetup luksAddKey /dev/sda3
Toremove an existing password, use luksRemoveKey:
sudo cryptsetup luksRemoveKey /dev/sda3
View currently used slots of the encrypted partition:
sudo cryptsetup luksDump /dev/sd3
© 2025 myBlog™ v1.1 All rights reserved. We count views as reads, so let's not over think it.