https://bugs.kde.org/show_bug.cgi?id=492793

            Bug ID: 492793
           Summary: Ability to unmount a specific URL
    Classification: Frameworks and Libraries
           Product: kiofuse
           Version: unspecified
          Platform: Other
               URL: https://invent.kde.org/system/kio-fuse/-/blob/6e3b8a92
                    b81bbe598385d560cfacb5d7cbd5fb0f/README.md#running-kio
                    -fuse-manually
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: a.saout...@gmail.com
          Reporter: xalt7x.serv...@gmail.com
                CC: fab...@ritter-vogt.de, kio-bugs-n...@kde.org
  Target Milestone: ---

SUMMARY
As mentioned in the KIO-fuse readme, it's possible to unmount kio-fuse mounts
with the standard fusermount3 -u $dir command. The problem is that KIO-Fuse
uses shared mount point (e.g., /run/user/1000/kio-fuse-AynHjG/) so I can't
unmount some specific URL.

STEPS TO REPRODUCE
1. In Dolphin open several network URLs (e.g. sftp://user1@server1 and
sftp://user2@server2)
2. That will create few directories in your local filesystem (e.g.
"/run/user/1000/kio-fuse-AynHjG/sftp/user1@server1" and
"/run/user/1000/kio-fuse-AynHjG/sftp/user1@server1")
3. Now you need to unmount sftp://user1@server1 only and keep
sftp://user2@server2 opened

OBSERVED RESULT
User needs to close all relevant files/directories, unmount both URLs with
fusermount -u  /run/user/1000/kio-fuse-AynHjG/, then mount again
sftp://user2@server2

EXPECTED RESULT
User can unmount specifically sftp://user1@server1 while keeping
files/directories on sftp://user2@server2 open.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  Fedora 40
KDE Plasma Version:  6.1.4
KDE Frameworks Version: 6.5.0
Qt Version: 6.7.2

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to