Summary: | Mounted network shares that are inaccessible cause file operations to hang | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | spamless.9v5xj |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | CLOSED NOT A BUG | ||
Severity: | normal | CC: | nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
spamless.9v5xj
2023-01-23 17:59:52 UTC
Yep, that'll happen. It's why manually mounting network locations via the CLI or fstab is a bad idea and why asynchronous file access systems like kio and kio-fuse were created. I would *strongly* recommend no longer manually mounting locations in the manner you're accustomed to, and instead access those locations from their URLs and let the system take care of access and mounting under the hood automatically. To create a permanent "mount" for a network location in a way that will work much better, make a link to the location using Dolphin. |