I've lost my crypttab and I can't find a way to restore it. On another automatic installation it's 'sda5_crypt', but I can't find a command to list it.
Asked
Active
Viewed 105 times
0
1 Answers
0
It's listed in the warning that is displayed when updating initramfs with update-initramfs
.
It can be something like luks-a9a75bdb-fa57-454a-88c6-9f2c8d324bd0
or sda5_crypt
.

int_ua
- 8,574
-
It is the answer that solved my problem. It wasn't obvious at first because I was tired at the time of writing. – int_ua Sep 08 '15 at 09:50
/etc/crypttab
unless you have a copy of it. What do you want to achieve? – David Foerster Sep 06 '15 at 07:25update-initramfs
throws. It just doesn't look like one. – int_ua Sep 07 '15 at 01:58