-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Error finding object for block device" when unmounting Btrfs drives #1324
Comments
|
I forgot to answer here. This was my first thought as well, but no, this is actually error from our unmount helper called by |
Ah, I see that now, totally forgot about the mount helper. |
TODO: add |
The problem with btrfs and device |
Every time I unmount any of my Btrfs-formated external drives I get something like this:
Even using
umount
on the device file directly doesn't work:The only way I can make this work is by using
udisksctl -b
like this:The text was updated successfully, but these errors were encountered: