Hello,
I have just added a key file to my encrypted partition that i use on a USB stick, so i don't have to enter a password at every boot.
So I now have two slots used on that partition, a key file and the previous used password. How can I generally find out how many slots are used on an encrypted partition? The man page of cryptsetup is silent about this.
Regards Malte
Am Sonntag, 6. Juni 2010 schrieb Malte Gell:
[...] How can I generally find out how many slots are used on an encrypted partition? The man page of cryptsetup is silent about this.
E.g., cryptsetup luksDump /dev/sda5
HTH Jan
Jan Ritzerfeld suse@mailinglists.jan.ritzerfeld.net wrote
Am Sonntag, 6. Juni 2010 schrieb Malte Gell:
[...] How can I generally find out how many slots are used on an encrypted partition? The man page of cryptsetup is silent about this.
E.g., cryptsetup luksDump /dev/sda5
Thanks, that is what I looked for.