#Cannot format device luks encryption
1 messages · Page 1 of 1 (latest)
are you trying to set up luks on the drive you are currently running?
I am installing gentoo on it with luks but I couldn't find the solution of the cannot format device error
try cryptsetup luksDump /dev/nvme0n1p3
oh wait
is the /dev/nvme0n1p3 partition set up as Linux filesystem?
yes
├─nvme0n1p1 259:1 0 512M 0 part
├─nvme0n1p2 259:2 0 32G 0 part
└─nvme0n1p3 259:3 0 206G 0 part```
p1 will be my efi
p2 swap
p3 filesystem
im on my phone rn so cant really look stuff up, is there like a verbose logging option in cryptsetup you maybe could try?
how do i do that