LUKS header information
This commit is contained in:
parent
c4630582e5
commit
ad9694020c
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue