![]() |
Re: [HELP] Application data - Not available in mass storage mode
Well... Actually,
What I did is: flasher -f -F main.bin --erase-user-data=secure -R Isn't that enough to also repair the partitions? |
Re: [HELP] Application data - Not available in mass storage mode
Quote:
Code:
flasher -f -F main.bin -F emmc.bin --no-preserve --erase-user-data=secure -R |
Re: [HELP] Application data - Not available in mass storage mode
Quote:
Although, there is no emmc for N950 available :p does that really matter? |
Re: [HELP] Application data - Not available in mass storage mode
Quote:
|
Re: [HELP] Application data - Not available in mass storage mode
Quote:
|
Re: [HELP] Application data - Not available in mass storage mode
Quote:
|
Re: [HELP] Application data - Not available in mass storage mode
I also encountered a device with exactly the same symptoms.
I did the following: 1. dump the partition to a file: Code:
dd if=/dev/mmcblk0p3 of=/home/user/MyDocs/home.img 3. run fsck.ext4 on the partition dump Code:
fsck.ext4 -y home.img 5. write the partition dump back to the mmc Code:
dd of=/dev/mmcblk0p3 if=/home/user/MyDocs/home.img 7. keep fingers crossed that this doesn't happen again :( I first tried running fsck.ext4 on the device itself but it kept segfaulting. There could be something wrong with the memory chips on the device. Unfortunately it seems that even though the partition now works again, too many files were corrupted on the partition. Most likely the tracker database was lost since all contacts, messages etc. were lost. However, at least after this /home is on its own partition as expected. Of course that would also be achievable by just making a new ext4 filesystem on the partition and copying the relevant files over from /home/user. |
All times are GMT. The time now is 22:17. |
vBulletin® Version 3.8.8