Quote:
Originally Posted by nhedgehog
If my secure partition has failed, I have a allready made tar backup of it. It is an ext3 partition. I guess I have to delete, recreate and refill it???
|
Code:
mkfs.ext2 -cc /dev/sdcardsecurepartition
, then copy the files back. The most crucial files on it are .freezestatus, pbpk, deviceid, bootlogo.bmp. You should set permissions on them correctly too, as I remember at least some being checked.
The -cc parameter will check the partition with read/write format, and possibly skip the bad blocks. It may take a while.