View Single Post
Old 11-01-2017, 11:59 AM   #58
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
P3 is where the hotfix code lives.
Looks like it was written but the file system wasn't in sync when it was shut down.
We probably need to stick a 'sync' in there and also perhaps a:
Code:
mount -o remount /dev/mmcblk0p3
Without a mount point, mount (the full sized one) will just force the VFS buffers to disk.
Would have to check if busybox mount does the same.
knc1 is offline   Reply With Quote