booooop [any]@hexbear.nettoLinux Questions@lemmy.zip•[ Solved ] I can't change Disk Encryption passwordEnglish
2·
5 months agoWhat is the output if you run sudo cryptsetup --verbose open --test-passphrase /dev/nvme0n1p3
?
What is the output if you run sudo cryptsetup --verbose open --test-passphrase /dev/nvme0n1p3
?
Alright so no permission issue, what if you run the changekey command in a separate bash subprocess?
sudo bash -c '($your-changekey-command-here)'