Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
howtos:slackware_admin:how_to_chroot_from_media [2013/06/18 10:12 (UTC)] tommyc |
howtos:slackware_admin:how_to_chroot_from_media [2015/06/25 13:10 (UTC)] didierspaier [Volume Preparation] Removed a useless dot after </code> |
||
---|---|---|---|
Line 14: | Line 14: | ||
To unlock your LUKS partition, you will need to 'open' it and give it a name with this command (sdxn as example): | To unlock your LUKS partition, you will need to 'open' it and give it a name with this command (sdxn as example): | ||
- | <code>cryptsetup luksOpen /dev/sdxn crypted (any name will do)</code>. | + | <code>cryptsetup luksOpen /dev/sdxn crypted (any name will do)</code> |
At this point you will be prompted to insert the pass-phrase to unlock the volume. This partition will be mapped to '/dev/mapper/crypted'. | At this point you will be prompted to insert the pass-phrase to unlock the volume. This partition will be mapped to '/dev/mapper/crypted'. |