https://bugs.kde.org/show_bug.cgi?id=515692
--- Comment #6 from Larry <[email protected]> --- (In reply to Patrick Silva from comment #5) > On my system I'm able to unmount a nfs share on the first attempt even while > Dolphin is showing its contents. That is very interesting. Since you mentioned that you cannot reproduce this on NFS even after browsing the files, while I can, I'm wondering if the difference lies in our NFS server configurations. Could you please share your NFS server-side settings from "exportfs -v"? Specifically, I'm curious if you are using sync or async, and whether no_subtree_check is enabled. It is possible that these options (or the NFS version used) affect how aggressively Dolphin/KIO maintains file handles or metadata cache after the directory is accessed, which in turn might be preventing the x-systemd.idle-timeout from triggering on my system. For comparison, here are my active NFS export options from exportfs -v (NFSv3): 10.0.0.10(sync,wdelay,hide,no_subtree_check,anonuid=1000,anongid=1000,sec=sys,rw,secure,root_squash,all_squash) -- You are receiving this mail because: You are watching all bug changes.
