View Single Post
Posts: 27 | Thanked: 1 time | Joined on Mar 2011 @ india
#24
Originally Posted by michaaa62 View Post
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.

BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ sudo gainroot
Root shell enabled


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user # umount /home/user/MyDocs
/home/user # fsck -af /dev/mmcblk0p1
fsck 1.41.3.maemo0 (12-Oct-2008)
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
Seek to 28995223040:Invalid argument
/home/user #