Thread: FAT32 is Dirty
View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#6
Errors like this may occur after false ejection of the device from your pc. Do a filesystem check from the device in X-Terminal. You need rootsh from extras installed
Code:
sudo gainroot
umount /home/user/MyDocs
fsck -f -a /dev/mmcblk0p1
mount /home/user/MyDocs
 

The Following 7 Users Say Thank You to michaaa62 For This Useful Post: