Using udisksctl instead of pmount in nmount plugin. #1667
Replies: 1 comment
-
pmount has its benefits. I would suggest you compile and use the latest if you want to use it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my distribution, pmount package wasn't updated since 2018 and I didn't want to install it. so I changed pmount command with udisksctl -b mount and pumount with udiskctl -b umount. For me it works well.
I believe it would be better with less dependencies.
Beta Was this translation helpful? Give feedback.
All reactions