15
[ Solved ] I can't change Disk Encryption password
(infosec.pub)
Linux questions Rules (in addition of the Lemmy.zip rules)
Tips for giving and receiving help
Any rule violations will result in disciplinary actions
It asks for the sudo password, then it prints
Then it asks : Enter passphrase for /dev/nvme0n1p3:
After entering my old passphrase it prints:
Alright so no permission issue, what if you run the changekey command in a separate bash subprocess?
sudo bash -c '($your-changekey-command-here)'
Is it like the same first "cryptsetup luksChangekey..." But inside parentheses ? Im sure I'm getting the syntax wrong.. It prints