I believe this issue has already been fixed. Please ensure that you have all packages up-to-date in the live system.
The reason I say that is, if I boot my 24.04.2 installer media, and attempt to decrypt my disk, I see a crash in gvfs-udisks2-volume- monitor. I believe it is this crash specifically: https://errors.ubuntu.com/problem/507caf2f6239bcbea3d664f5b8ef87251dc27d13. NOTE: in this case, the drive *is* decrypted successfully, and available at /dev/dm-1 in my case. The missing step is mounting it, e.g. $ sudo mkdir /mnt/encrypted $ sudo mount /dev/dm-1 /mnt/encrypted With that extra step, I can see my drive contents. That is using these package versions: $ apt policy nautilus gvfs-daemons nautilus: Installed: 1:46.2-0ubuntu0.3 Candidate: 1:46.2-0ubuntu0.3 Version table: *** 1:46.2-0ubuntu0.3 500 500 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages 100 /var/lib/dpkg/status 1:46.0-0ubuntu2 500 500 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages gvfs-daemons: Installed: 1.54.0-1ubuntu2 Candidate: 1.54.0-1ubuntu2 Version table: *** 1.54.0-1ubuntu2 500 500 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages 100 /var/lib/dpkg/status But, if I first upgrade all the packages on the system: $ sudo apt update && sudo apt upgrade -y Then I get newer versions of nautilus and gvfs-daemons: $ apt policy gvfs-daemons nautilus gvfs-daemons: Installed: 1.54.4-0ubuntu1~24.04.1 Candidate: 1.54.4-0ubuntu1~24.04.1 Version table: *** 1.54.4-0ubuntu1~24.04.1 500 500 http://us.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages 100 /var/lib/dpkg/status 1.54.0-1ubuntu2 500 500 http://us.archive.ubuntu.com/ubuntu noble/main amd64 Packages nautilus: Installed: 1:46.4-0ubuntu0.2 Candidate: 1:46.4-0ubuntu0.2 Version table: *** 1:46.4-0ubuntu0.2 500 500 http://us.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages 100 /var/lib/dpkg/status 1:46.0-0ubuntu2 500 500 http://us.archive.ubuntu.com/ubuntu noble/main amd64 Packages And now nautilus is able to decrypt, mount, and display my drive contents as expected. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2097166 Title: nautilus cannot open encrypted disks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/2097166/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
