View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#65
Seems like we are getting somewhere.

Code:
sudo gainroot
mkfs.ext3 -S -b 4096 /dev/mmcblk0p2
Try to check the filesystem afterwards
Code:
fsck -af /dev/mmcblk0p2
If this is successfull, reboot and check the device
Code:
mount 
df 
free
--------------------------------------------------------------------------------


If this again fails, ONLY, if it fails!
Now wipe the second partition
Code:
sudo gainroot
dd if=/dev/zero of=/dev/mmcblk0 seek=44400704 count=16777216 bs=512 conv=noerror
This command takes a while, be patient please. Then
Code:
sudo gainroot
mkfs.ext3 -c -L optfs /dev/mmcblk0p2
Again try a file system check here
Code:
fsck -af /dev/mmcblk0p2
to be on the safe side.
This should have prepared the device for the reflash!
 

The Following User Says Thank You to michaaa62 For This Useful Post: