Skip to content
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

Impro: umount as root should trigger fusermount3 -u #190

Closed
Cyborgscode opened this issue Oct 29, 2019 · 2 comments
Closed

Impro: umount as root should trigger fusermount3 -u #190

Cyborgscode opened this issue Oct 29, 2019 · 2 comments

Comments

@Cyborgscode
Copy link

Hi,

if something is mounted via sshfs, you get a nice icon on a desktop, as expected.
If you now try to unmount it via the Desktop, i.e. via a context menu extra "unmount", or via "umount mountpoint" in a user shell, the system denies it with "no privileges"/"Access denied".

As there a umount exes for several filesystems, sshfs could offer a version i.e. "umount.fuse.sshfs" which is just an alias for fuser"mount3 -u mntpoint".

This is :

  • consistent with other filesystems
  • userfriendly
  • easy
@Cyborgscode
Copy link
Author

ok, found a PARTLY workaround:

/usr/sbin/umount.fuse.sshfs

#!/bin/bash

/usr/bin/fusermount3 -u "$1"

It allows a user to execute "umount mntpoint" successfully, but a desktop context-menu umount does not work, yet.

I will suggest to add this to Fedora.

@Nikratio
Copy link
Contributor

Nikratio commented Nov 3, 2019

Ok, will close this issue then. Thanks for following up!

@Nikratio Nikratio closed this as completed Nov 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants