LUKS header information

This commit is contained in:
benoit 2017-02-23 21:36:29 +01:00
parent c4630582e5
commit ad9694020c
1 changed files with 11 additions and 0 deletions

View File

@ -19,6 +19,17 @@ Notes...
Enjoy you crypted `/var` volume!
```
root@machine:~# cryptsetup luksDump /var.img
LUKS header information for /var.img
Version: 1
Cipher name: aes
Cipher mode: xts-plain64
Hash spec: sha256
Payload offset: 4096
MK bits: 512
[…]
root@machine:~# df -h /var
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/crypted-var 35G 861M 32G 3% /var