View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#28
DO NOT REBOOT !!!

No need for the output, i think!
This partition is used for your settings and most of the applications. The state it is in, does not reflect your current system status. Two options:

A clean flash of the firmware, which i would strongly encourage to do,

OR mount the partition to some empty place in your file system, like /mnt and copy the folders /home and /opt into it. The commands would be
Code:
sudo gainroot
mount /dev/mmcblk0p2 /mnt
cp -avx /home /mnt
cp -avx /opt /mnt/home
You could then test if the partition 'survives' a reboot.

Nevertheless after that test a fresh flash of the firmware would be the cleaner way to proceed.