View Single Post
azad1top's Avatar
Posts: 84 | Thanked: 11 times | Joined on Aug 2012 @ iran
#13
[QUOTE=michaaa62;1257090]You now should have read/write access to the data partition again, from the output, but...
Flashing is not the solution for your device!!!You have no optfs partition mounted on your device. This is critical to space on your device.

Be careful not to skip any step or to continue ignoring errors! To repair damage you do now will be more difficult to cure, but still doable.

Please try to show the partition table to verify the optfs-partition is there with the right parameters
Code:
sudo gainroot
sfdisk -l
If there is an entry in the partition table looking like this (numbers will vary!)then do
Code:
sudo gainroot
fsck -af /dev/mmcblk0p2
This will check and try to repair the
[/CODE]


Thank you so much for your tips


I'm showing the code

Code:
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 # sfdisk -l 

Disk /dev/mmcblk0: 982528 cylinders, 4 heads, 16 sectors/track 
Units = cylinders of 32768 bytes, blocks of 1024 bytes, counting from 0 

Device Boot Start End #cyls #blocks Id System 
/dev/mmcblk0p1 1 693760 693760 22200320 c W95 FAT32 (LBA) 
/dev/mmcblk0p2 693761 955904 262144 8388608 83 Linux 
/dev/mmcblk0p3 955905 980480 24576 786432 82 Linux swap / Solaris 
/dev/mmcblk0p4 0 - 0 0 0 Empty 

Disk /dev/mmcblk1: 121008 cylinders, 4 heads, 16 sectors/track 
Units = cylinders of 32768 bytes, blocks of 1024 bytes, counting from 0 

Device Boot Start End #cyls #blocks Id System 
/dev/mmcblk1p1 0+ 121007 121008- 3872248 b W95 FAT32 
/dev/mmcblk1p2 0 - 0 0 0 Empty 
/dev/mmcblk1p3 0 - 0 0 0 Empty 
/dev/mmcblk1p4 0 - 0 0 0 Empty 
/home/user #

But the second code it. Error will

Code:
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 # fsck -af /dev/mmcblk0p2
fsck 1.41.3.maemo0 (12-Oct-2008) 
/dev/mmcblk0p2: recovering journal 
fsck.ext3: unable to set superblock flags on /dev/mmcblk0p2 

/home/user #

Now what I do

Last edited by azad1top; 2012-08-29 at 13:01.