I had some trouble mounting a LUKS device recently, so I decided to make this gist.
So, it looks like Ubuntu already does the job of doing luksopen
on your device, so you don't have to worry about it.
In order to mount it, I had to:
- Find the VG UUID of my drive with
vgdisplay
- Rename it to something else with
vgrename
- Mount it from
/dev/mapper/...
https://askubuntu.com/questions/766048/mount-unknown-filesystem-type-lvm2-member https://www.svennd.be/mount-unknown-filesystem-type-lvm2_member/