https://bugs.kde.org/show_bug.cgi?id=411919
--- Comment #55 from Marcin Gurtowski <halftough...@gmail.com> --- Another update. The exact source of bug is in kcoreaddons/src/lib/io/kfilesystemtype.cpp static KFileSystemType::Type determineFileSystemTypeImpl(const QByteArray &path) When we use switch to check the file system type, one of cases for Nfs is case FUSE_SUPER_MAGIC: // TODO could be anything. Need to use statfs() to find out more. If we can delegate this to someone more familiar with topic, it would be great. If not, I can try to figure it out myself, but it will probably take more time. -- You are receiving this mail because: You are watching all bug changes.