Этот коммит содержится в:
Ihar Hancharenka 2024-01-09 22:19:56 +03:00
родитель c4b5219022
Коммит c886d2855c
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -48,6 +48,7 @@ https://unix.stackexchange.com/questions/257652/change-encrypted-partition-uuid
To change the UUID of the LUKS volume, use cryptsetup luksUUID --uuid=<the new UUID> /dev/sda1.
https://superuser.com/questions/1393014/change-partitions-labels-only-on-dolphin-or-change-label-on-not-mounted-luks-pa
sudo cryptsetup status /dev/mapper/luks
sudo cryptsetup status /dev/mapper/luks-788e6b7d-18de-4c73-973a-27126348c4cb
...
type: LUKS1

Просмотреть файл

@ -10,3 +10,9 @@ https://mirrors.edge.kernel.org/pub/linux/utils/cryptsetup/LUKS_docs/on-disk-for
samples
cryptsetup luksFormat --type luks2 <target device>
https://fedoraproject.org/wiki/Disk_Encryption_User_Guide
https://geekpeek.net/disk-encryption-on-centos-linux/
https://julien.coubronne.net/en/2017/02/03/luks-backups-and-headers/
https://dradis.com/support/guides/customization/auto-unlock-luks-encrypted-drive.html