View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#2
You have to do the 'tracker-processes -r' as user 'user', root will not help you here.
Do you use an external card?
Did you check for a full rootfs?[code]df{/code]Is the device mounted?
Code:
mount
Did you try to check for file system errors? X for internal card is 0, X for external card is 1
Code:
sudo gainroot
umount /dev/mmcblkXp1
fsck -af /dev/mmcblkXp1
fsck -af /dev/mmcblkXp1
If fsck did change anything, reboot.