1

I have a btrfs usb disk. When I click on the partition, it cannot be mount and an error pops up: no object for d-bus interface

But I can use udisksctl mount -b <dev> to mount it.

I then click it again to try to unmount it. The same problem pops up. I still can use udsksctl to unmount it. Any idea what to do to fix this?

Wang
  • 725

1 Answers1

1

Install the udisks2-btrfs package as this often has something to do with gvfs and I think udisks is involved with mounting the USB drive.

sudo apt update
sudo apt install udisks2-btrfs
systemctl --user restart gvfs-udisks2-volume-monitor
mchid
  • 44,904
  • 8
  • 102
  • 162