View Single Post
Old 12-10-2015, 07:49 PM   #16
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 eschwartz View Post
Well, this is the first time I have ever heard someone being actively upset about having someone else's books on available on their Kindle (for free).
I am pretty sure you don't need a secure erase that badly either.
I wasn't upset, just mentioning for those who might be concerned about what was left behind when they sell or give away their device.

'Secure Erase' would mean a lot of writing to the flash device, generally not a good idea on an older device.
I imagine that some people have things on there other than books (like personal notes).

A marginally effective 'remove' can be done by:
Code:
truncate --size=0 filename ; rm -f filename
Note 1: the above written for gnu-utils options, the same or similar should be available from the Busybox installed on the Kindles.

**should** - at least on the series 5.x devices, since Amazon has recently started using it (or the equivalent code) themselves.

Note 2: the above pair of commands removes some of the information left behind on FAT-32 that common un-delete programs depend on.
knc1 is offline   Reply With Quote