https://bugs.kde.org/show_bug.cgi?id=355258
--- Comment #11 from Joseph Yasi <joe.y...@gmail.com> --- I tracked the stat call down to KMountPoint::List::findByPath which is called by KDiskFreeSpaceInfo again. That is being called by Device Notifier. When systemd times out and unmounts my automounts, Device Notifier gets an event and rescans the mounts. This triggers all of my automounts to remount when it stats them. KMountPoint::List:findByPath calls QFileInfo fileinfo(path); const QString realname = fileinfo.exists() The fileinfo.exists() ends up calling stat on the mount point which retriggers the mount. This causes my automounts to constantly remount after they timeout. Is there a way to turn off the free space feature for Device Notifier? -- You are receiving this mail because: You are watching all bug changes.