View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#22
Do you really feel the need for another problem??? Thought you had enough of fun with NitDroid...

Sorry for that cheap joke

Read only files and non-removable folders indicate a corrupt file system. If these files are in MyDocs folder try
Code:
sudo gainroot
umount /home/user/MyDocs
fsck -af /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
If the files are in /home/user or /opt things will get more complicated, because you need to install backupmenu and boot from either BackupMenu entry and check the file system from there OR from an external PC.

Please feel free to ask if errors occur or if further questions arise.