You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have followed the instructions from the readme exactly, but stop at the following point: cryptsetup -v --type luks --cipher aes-xts-plain64 --key-size 512 --hash sha512 --iter-time 2000 --use-random --verify-passphrase luksFormat /dev/md0
I receive the following command line output: # command failed with code 22: invalid argument
I have followed the instructions from the readme exactly, but stop at the following point:
cryptsetup -v --type luks --cipher aes-xts-plain64 --key-size 512 --hash sha512 --iter-time 2000 --use-random --verify-passphrase luksFormat /dev/md0
I receive the following command line output:
# command failed with code 22: invalid argument
EDIT:
The ArchWiki helped me to better understand cryptsetup and helped to solve the problem.
https://wiki.archlinux.org/index.php/Dm-crypt/Device_encryption#Cryptsetup_usage
The text was updated successfully, but these errors were encountered: