My memory is Volatile

My memory is Volatile

Follow
Follow
homebadges
Tag

LVM

#lvm

More content

Read more stories on Hashnode


Articles with this tag

LUKS on LVM

Sep 10, 20222 min read

If using an old drive $ fdisk -l $ fdisk /dev/nvme0n1 # d if existing partitions exist $ cryptsetup open --type plain -d /dev/urandom /dev/nvme0n1...

LUKS on LVM

Archlinux - LVM on LUKS - Reset Password

Aug 25, 20221 min read

Boot into a live usb fdisk -l to find your encrypted partition cryptsetup open /dev/nvme1np2 to decrypt the partition and show the logical...

Archlinux - LVM on LUKS - Reset Password