View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#14
You could try to disable the optfs partition, reboot to check the partition, then enable the partition and reboot to check the outcome.

This is the detailed procedure:
Code:
sudo gainroot
sfdisk -c /dev/mmcblk0 2 0
Reboot
Code:
sudo gainroot
fsck -af /dev/mmcblk0p2
fsck -af /dev/mmcblk0p2
Yes, do it twice!
If still errors in the file system check try the -r option for a repair like this: fsck -r /dev/mmcblk0p2
If no errors occur any more, enable the partition
Code:
sfdisk -c /dev/mmcblk0 2 83
Reboot to look for success of the proceedings!
Hope it helps!
 

The Following 3 Users Say Thank You to michaaa62 For This Useful Post: