View Single Post
Old 05-29-2012, 07:53 AM   #27
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
Quote:
Originally Posted by silver18 View Post
Well, rebooted in main mode...still under the tree....

It's time to start plan B (with addition of rebooting after zeroing out /dev/mmcblk0p3)?

What does it mean to "mount your partition image if it is not damaged. Try doing an fsck on the original image file"?

My noobness it endless...
Under Linux (I assume) ...
For this post, using name my.img - substitute as required.

losetup -f (finds the next free loop device, for this post call it loop1)
losetup my.img /dev/loop1
fsck -f /dev/loop1
losetup -d /dev/loop1

Should be possible to do on your kindle. Adjust pathnames, device names, and image names to suit your circumstances.
knc1 is offline   Reply With Quote