After boot if I try to
mount /dev/disk/by-uuid/FUNKY-UUID-NUMBER /mnt/floppy
for example it says mount unknown filesyste type 'crypto_LUKS'.
my / partition is encrypted as well and it prompts me for it's password when I boot up. It used to ask me for the password for the /var partition when booting but it doesn't do that now.
I am able to do a
- Code: Select all
cryptsetup luksOpen /dev/sdb2 var
after entering my password. I was able to do this
- Code: Select all
mount /dev/mapper/var /var
and my /var directory is back. Now how can I make this happen on boot?
