Greetings, i am trying to autmatically unlock my luks partition but so far my tries have failed.
i have formated my /dev/sda3 partition with cryptsetup using the password mypassword.
i have setup my crypttab as per below but the partition is not unlocked on boot:
Code:
$cat /etc/crypttab
cryptpart /dev/sda3 mypassword luks
am i doing something wrong?
thnx