Bug 426402 - NetworkShare not including fuse.sshfs
Summary: NetworkShare not including fuse.sshfs
Status: CONFIRMED
Alias: None
Product: frameworks-solid
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Lukáš Tinkl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-11 11:32 UTC by Harald Sitter
Modified: 2020-11-25 11:20 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harald Sitter 2020-09-11 11:32:48 UTC
fuse.sshfs is the mount type of choice for sftp mounts yet it's not even listed as a NetworkShare when querying Solid::Device::listFromType

- mkdir /tmp/folder
- sshfs $USER@localhost:/mnt /tmp/folder
- check listFromType
- :(
Comment 1 Méven Car 2020-11-25 11:20:35 UTC
We lack a fuse backend I suppose.