https://bugs.kde.org/show_bug.cgi?id=364114
--- Comment #8 from Martin Steigerwald <mar...@lichtvoll.de> --- During akonadictl fsck: Moved 15029 unreferenced files to lost+found. Also it only found about 21000 files in there at all (output scrolled out of buffer, but I bet it was 15029+6371). On second run it now reports "Found 6371 external files." and this now seems to be correct: martin@merkaba:~/.local/share/akonadi> find file_db_data -type f | wc -l 6371 Yet it only moved 15029 files to lost+found: martin@merkaba:~/.local/share/akonadi> find file_lost+found -type f | wc -l 15029 I seriously have no idea what it did with the other: martin@merkaba:~/.local/share/akonadi> find file_db_data -type f | wc -l 46846 (see previous comment #7) 46846 - 15029 = 31817 files However as I think they have been related to that aborted move operation I don“t mind them to be gone. Still that output is not really trustworthy. -- You are receiving this mail because: You are watching all bug changes.