User Tools

Site Tools


tech:cheatsheets:linux:luks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tech:cheatsheets:linux:luks [2024/04/08 08:00] waldemartech:cheatsheets:linux:luks [2024/09/27 07:46] (current) waldemar
Line 3: Line 3:
 <code bash> <code bash>
 cryptsetup luksOpen /dev/mmcblk1p3 mmcblk2p3_crypt cryptsetup luksOpen /dev/mmcblk1p3 mmcblk2p3_crypt
-mount /dev/vgkubuntu/root /target # use lvdisplay to find the volume+mount /dev/vgkubuntu/root /target # use lvdisplay and lsblk to find the volume
 </code> </code>
  
 +==== Grow partition ====
 +Note: filesystem should not be mounted when resizing
 +  * https://www.redhat.com/sysadmin/resize-lvm-simple
 ===== Change key of encrypted partition ===== ===== Change key of encrypted partition =====
 <code bash> <code bash>
Line 62: Line 65:
   * https://wiki.archlinux.org/title/Trusted_Platform_Module#Accessing_PCR_registers   * https://wiki.archlinux.org/title/Trusted_Platform_Module#Accessing_PCR_registers
   * https://www.tuxedocomputers.com/en/Infos/Help-Support/Instructions/Change-LUKS-encryption-password.tuxedo   * https://www.tuxedocomputers.com/en/Infos/Help-Support/Instructions/Change-LUKS-encryption-password.tuxedo
 +  * https://discourse.nixos.org/t/full-disk-encryption-tpm2/29454/2
 +  * https://wiki.archlinux.org/title/Systemd-cryptenroll
  
tech/cheatsheets/linux/luks.1712563253.txt.gz · Last modified: by waldemar

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki