https://bugs.kde.org/show_bug.cgi?id=450171
--- Comment #6 from tagwer...@innerjoin.org --- (In reply to linuxfluesterer from comment #2) > ... After mounting, I tag my files within the remote directory. I've in mind, > that > tagging network mounted devices should be actually possible. Am I wrong? ... This is what the "getfattr", "balooshow" and "baloosearch" tests should find out. I don't have experience running baloo on a NAS (and there are different sorts of NAS) but I've read it described as not supported. There's a couple of reasons why the indexing might not work: Firstly, Baloo doesn't see the tags (as the information is not visible in the NAS): checking with "getfattr" should tell you this: $ getfattr -d The_Monster.mp4 Secondly, Baloo might be seeing the "file identifiers" changing: If you try: $ baloosearch -i The_Monster.mp4 look to see whether you get a long hex number before the matching filename. You might get something like: 1d5a0000fc11 /home/test/Videos/The_Monster.mp4 If you have multiple results listed, do they come with different numbers? If you log out and back in again or you reboot your systems, do you get different numbers? -- You are receiving this mail because: You are watching all bug changes.