You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am aware that this issue was supposedly fixed with this merge request #1255 and is addressed in this issue #1252 but for me I still encounter errors when trying to unlock a bitencrypted partition using a key-file:
Which version of udisks are you using? The fix is included only in the 2.10.90 pre-release which might not yet be available in your distribution (for example in Debian it's available only in experimental).
Oh, thanks for pointing that out. I thought I read it in the Release Notes of 2.9.0 and thus thought something was wrong. I'm on 2.10.0 using Ubuntu 24, so I guess it could be a while until it's supported for that.
Thanks!
I am aware that this issue was supposedly fixed with this merge request #1255 and is addressed in this issue #1252 but for me I still encounter errors when trying to unlock a bitencrypted partition using a key-file:
udisksctl unlock -b /dev/nvme0n1p7 --key-file /path/to/file
I get:
Error unlocking /dev/nvme0n1p7: GDBus.Error:org.freedesktop.UDisks2.Error.Failed: No key available to unlock device /dev/nvme0n1p7
When I omit the
--key-file
option and enter the passphrase manually it works fine.Any help would be appreciated, thank you!
The text was updated successfully, but these errors were encountered: