Linux Journal June 2018 by Linux Journal

Linux Journal June 2018 by Linux Journal

Author:Linux Journal
Language: eng
Format: mobi, epub
Publisher: Linux Journal LLC
Published: 2018-05-30T05:00:00+00:00


$ sudo cryptsetup luksOpen /dev/sda1 crypt-sda1

$ sudo mkfs -t ext4 /dev/mapper/crypt-sda1

Now the drive is ready to be mounted, but the next time the system reboots it won't mount automatically, so now I need to configure that. Because I want the system to be able to mount this partition automatically, this means creating a key file readable only by root on this system, filling it with random contents and making that file an additional key to unlock the encrypted volume. Later I can point the system to this keyfile, but first let's set it up:



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.