https://bugs.kde.org/show_bug.cgi?id=442106
--- Comment #11 from Sebastian <m-kde...@dwurp.de> --- I did some more tests. It seems that "noauto" isn't the problem, but entries with "UUID=" or "LABEL=". I was able to reproduce the issue with the following fstab entry: LABEL=foo /foo ext4 defaults 0 0 If I attach a device that has a partition with label "foo", the issue doesn't occur. This is also the case for "UUID=" entries. So, all in all this happens for fstab entries with "UUID=" or "LABEL=", where the corresponding device is not present. I suspect this is caused in the block starting at line 135 in kmountpoint.cpp [1]. If the device is not present, blkid cannot find the real device name, so maybe this requires an additional check beforehand. Links [1]: https://invent.kde.org/frameworks/kio/-/blob/7de9c2e34fb7f25e49437b269e7919aa923f362a/src/core/kmountpoint.cpp#L135 -- You are receiving this mail because: You are watching all bug changes.