- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Any
-
Assigned To
Emulatorman - Operating System Hyperbola GNU/Linux-libre
- Severity Medium
- Priority Medium
- Reported Version Milky Way v0.3
- Due in Version Starfix
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Packages
Opened by fablamar78 - 27/09/2019
Last edited by Emulatorman - 05/12/2019
Opened by fablamar78 - 27/09/2019
Last edited by Emulatorman - 05/12/2019
FS#1422 - [sshfs] Can't mount share from desktop (FUSE2 issue)
Since 0.3 release, i’m unable to mount my sshfs share from my desktop.
For reference, my fstab entry :
sshfs#anon@server:/srv/nfs/data /mnt/data fuse noauto,user,_netdev,x-gvfs-show,x-gvfs-name=data 0 0
When I double-click on the desktop icon (xfce), it says : “Impossible to mount data”
But, I’m able to mount the share if I enter the command manually in a terminal as user.
sshfs anon@server:/srv/nfs/data /mnt/data
So, it is not a problem of writing rights on mountpoint /mnt/data
I suspect an issue with fuse2 since it is a dependency of sshfs and it is in relation with mounting share from desktop.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
fuse service is correctly enabled (and started)
fuse config is the following (same as with 0.2.9)
/etc/fuse.conf
To summarize, nothing changed in my config since 0.3 upgrade so I don't know why it doesn't work.
Mounting the share manually using "sshfs" command works as stated in the bug report. So it looks like a fuse issue. I use xfce by the way.