That's quite some statement... How do you connect to which PC system??? Do you have any torrent application running? Do you have any chroot, like EasyDebian, running? Did you experience the same for an external microSD card? Usually these steps help to get the file system intact again; you need rootsh installed to perform the code. There might happen an error for the umount command in line 2, if the partition is already unmounted, but you safely ignore this: Code: sudo gainroot umount /dev/mmcblk0p1 fsck -af /dev/mmcblk0p1 mount /dev/mmcblk0p1 /home/user/MyDocs
sudo gainroot umount /dev/mmcblk0p1 fsck -af /dev/mmcblk0p1 mount /dev/mmcblk0p1 /home/user/MyDocs