Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 09-26-2013, 03:51 PM   #1
zigg
Junior Member
zigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it is
 
Posts: 3
Karma: 2000
Join Date: Sep 2013
Device: Kindle Touch
Is partition 4 safe to zero?

At https://wiki.mobileread.com/wiki/Kind...ing#Partitions it says this about partition 4:

Quote:
Partition 4 (FAT32, 3.3 GB (KT) / 1.4 GB(PW)): This is where your documents go. In normal operations, it is mounted as /mnt/us, and this is the partition you get to modify when you mount the Kindle via USB. You can delete the contents if you can afford to lose your documents; the device will still work. [Do not delete /diagnostic_logs/device_info.xml from a USB Drive exported from the diagnostic recovery menu screen, or it will be difficult to reboot to the main partition.]
Couple questions about this.

My goal is to make a good attempt at secure-erasing this partition before passing on my stock (i.e. not jailbroken) Kindle Touch to someone else. If I'm understanding everything I've read correctly, this partition is actually an entire disk image containing a MBR, partition table, and then the FAT32 partition exposed to over USB Drive Mode.

Is it safe to zero out the entire exposed disk (since it should just be the contents of partition 4)? Or at least the FAT32 partition-within-a-partition? i.e. will the Touch recreate the partition if it detects it has been zeroed?
zigg is offline   Reply With Quote
Old 09-26-2013, 08:21 PM   #2
zigg
Junior Member
zigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it is
 
Posts: 3
Karma: 2000
Join Date: Sep 2013
Device: Kindle Touch
Answered my own question—sort of—with further reading.

It may or may not be safe to exit USB Drive Mode with the drive zeroed. But it is definitely OK to erase specifically the filesystem part (skipping the MBR and partition table) using an overwrite erase tool of some kind (dd, OS X Disk Utility) followed by a FAT format.
zigg is offline   Reply With Quote
Advert
Old 09-26-2013, 08:37 PM   #3
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 zigg View Post
Answered my own question—sort of—with further reading.

It may or may not be safe to exit USB Drive Mode with the drive zeroed. But it is definitely OK to erase specifically the filesystem part (skipping the MBR and partition table) using an overwrite erase tool of some kind (dd, OS X Disk Utility) followed by a FAT format.
Except of course, this is an eMMC (flash based) device.
What you write to is **NOT** the same eraseblock that previously held the data.
Your information can still be recovered from the "idle pool" of erase blocks on the device.

Doing a truly secure erase of a flash device takes more than user-land tools.
The diags "erase all" menu entry will do it.
But it will also do just what it says - blank the entire device.
Which can be a PITA to recover from.
knc1 is offline   Reply With Quote
Old 09-26-2013, 08:55 PM   #4
SampleAndy
Addict
SampleAndy ought to be getting tired of karma fortunes by now.SampleAndy ought to be getting tired of karma fortunes by now.SampleAndy ought to be getting tired of karma fortunes by now.SampleAndy ought to be getting tired of karma fortunes by now.SampleAndy ought to be getting tired of karma fortunes by now.SampleAndy ought to be getting tired of karma fortunes by now.SampleAndy ought to be getting tired of karma fortunes by now.SampleAndy ought to be getting tired of karma fortunes by now.SampleAndy ought to be getting tired of karma fortunes by now.SampleAndy ought to be getting tired of karma fortunes by now.SampleAndy ought to be getting tired of karma fortunes by now.
 
SampleAndy's Avatar
 
Posts: 271
Karma: 644344
Join Date: Oct 2012
Location: Pittsburgh, PA, USA
Device: KPW, KFire HD, KFire, KTD 3g, KT, K4B, K4S, K3g, K3g SO, K2, K1
Why not just unregister it and then [Reset to Factory Defaults]? Wouldn't that wipe out everything and overwrite everything with a fresh configuration?

If I understand correctly (HAH!) the personal information re login and One Click purchasing is on partition 3 anyway, not partition 4... right?
SampleAndy is offline   Reply With Quote
Old 09-26-2013, 09:02 PM   #5
zigg
Junior Member
zigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it iszigg knows what time it is
 
Posts: 3
Karma: 2000
Join Date: Sep 2013
Device: Kindle Touch
Quote:
Originally Posted by knc1 View Post
Except of course, this is an eMMC (flash based) device.
What you write to is **NOT** the same eraseblock that previously held the data.
Your information can still be recovered from the "idle pool" of erase blocks on the device.
Of course. But as I understand it, that is something that only the Flash controller can do, no? I'm not totally familiar with the driver, though, maybe it is available from software.

Quote:
Originally Posted by knc1 View Post
Doing a truly secure erase of a flash device takes more than user-land tools.
The diags "erase all" menu entry will do it.
But it will also do just what it says - blank the entire device.
Which can be a PITA to recover from.
Heh, yes, I can imagine.

Quote:
Originally Posted by SampleAndy View Post
Why not just unregister it and then [Reset to Factory Defaults]? Wouldn't that wipe out everything and overwrite everything with a fresh configuration?

If I understand correctly (HAH!) the personal information re login and One Click purchasing is on partition 3 anyway, not partition 4... right?
Reset Device looks like it clears things out, but is no better than a "quick format" from the partition 4 perspective.
zigg is offline   Reply With Quote
Advert
Old 09-26-2013, 09:12 PM   #6
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
would not kubrick be a decent option.
Just a thought.

Although I fail to see what is so sensitive about the data.
You said "Stock" what on earth would you put on a Stock Device that would be that important?
twobob is offline   Reply With Quote
Old 09-26-2013, 10:32 PM   #7
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 twobob View Post
would not kubrick be a decent option.
Just a thought.

Although I fail to see what is so sensitive about the data.
You said "Stock" what on earth would you put on a Stock Device that would be that important?
Company proprietary documents.
Just a single document could make or break a companies revenue stream.

- - - -

But who would put that sort of thing on a Kindle without encryption? Duh....
knc1 is offline   Reply With Quote
Old 09-27-2013, 05:14 AM   #8
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
I misread stock as an implication of something else.
As an academic exercise I suppose this knowledge has value at the very least.

Shutting up.
twobob is offline   Reply With Quote
Old 09-27-2013, 05:18 AM   #9
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,544
Karma: 93383043
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Just do a low-level format of the partition from Windows (or whatever o/s you're using).
HarryT is offline   Reply With Quote
Old 09-27-2013, 08:59 AM   #10
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
If the situation is similar to having company proprietary information on the kindle -

I would not try to clean the kindle -
Shred and burn is probably best choice (destroy the whole device).

Simply compare the cost of a Kindle to the potential loss if the information is compromised.
That should make the choice obvious.

Diags -> Erase All
Shred
Burn
knc1 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Create new partition dj.houba PocketBook 11 04-13-2013 01:05 PM
How to copy apps from unrooted partition to a rooted partition? fredlave Nook Color & Nook Tablet 2 06-16-2012 12:46 PM
kindle touch partition within a partition? geekmaster Kindle Developer's Corner 8 03-12-2012 08:53 AM
Unmounting a partition? owly Barnes & Noble NOOK 0 09-29-2011 02:38 PM
Installer partition Mike_73 Sony Reader 0 03-12-2010 03:56 PM


All times are GMT -4. The time now is 03:03 AM.


MobileRead.com is a privately owned, operated and funded community.