Bug 401649

Summary: Mount network shares like external hard drives to make them accessible by everything
Product: [Frameworks and Libraries] frameworks-kio Reporter: Jan Przybylak <jplx256>
Component: generalAssignee: David Faure <faure>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kdelibs-bugs, nate
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jan Przybylak 2018-12-02 12:55:49 UTC
SUMMARY
Network shares that are accessed via KIO (for example an SMB server accessed through Dolphin) can only be accessed by applications that support KIO. However, many, including Konsole and many GTK apps, do not support KIO and therefore are not able to access files on these shares, requiring them to be copied to the local disk manually (and back to the server if they were edited).
Mounting network shares like external hard drives would make them accessible to every application and thus enhancing the user experience significantly.

EXPECTED RESULT
When accessing a network share via Dolphin, there is an option to mount it. If the user chooses that option, it is mounted like any hard drive (in /run/media/$USER/) and appears in the Dolphin side bar, from where it can also be unmounted.

Not necessary but useful options:
* A checkbox for auto mounting when the server is available
* Automatically unmount after a certain time, when the system is suspended or the like to prevent accidentally disconnecting while it is still in use
Comment 1 Nate Graham 2018-12-07 23:06:54 UTC

*** This bug has been marked as a duplicate of bug 75324 ***