Summary: | Ability to unmount a specific URL | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kiofuse | Reporter: | Yevhen Popok <xalt7x.service> |
Component: | general | Assignee: | a.saoutkin |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | fabian, kio-bugs-null |
Priority: | VLO | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
URL: | https://invent.kde.org/system/kio-fuse/-/blob/6e3b8a92b81bbe598385d560cfacb5d7cbd5fb0f/README.md#running-kio-fuse-manually | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=483055 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Yevhen Popok
2024-09-08 10:33:47 UTC
Why would you unmount a specific URL? KIO itself does not have a concept of mounts, so it wouldn't do anything. (In reply to Fabian Vogt from comment #1) > Why would you unmount a specific URL? KIO itself does not have a concept of > mounts, so it wouldn't do anything. User may want to "disconnect" from remote for multiple reasons. Some examples: - security/foolproof considerations (make sure that nothing on remote will be added or deleted using connection from the particular machine) - not to disturb remote users (e.g., during shutdown, GNOME reports when there are other logged in users) (In reply to Yevhen Popok from comment #2) > (In reply to Fabian Vogt from comment #1) > > Why would you unmount a specific URL? KIO itself does not have a concept of > > mounts, so it wouldn't do anything. > > User may want to "disconnect" from remote for multiple reasons. > Some examples: > - security/foolproof considerations (make sure that nothing on remote will > be added or deleted using connection from the particular machine) I don't think security applies here, but "foolproof considerations" might, for the case that something important is mounted (e.g. remote home dir) that should not fall victim of a rm -rf /*. Arguably that's futile to mitigate though, it'll always deal maximum damage. > - not to disturb remote users (e.g., during shutdown, GNOME reports when > there are other logged in users) There is no active connection open per mount, only for actions. |