View Single Post
Old 10-04-2012, 08:38 PM   #605
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 qlob View Post
[noob_question]
Why don't we back it up? I lost an album I put on my Kindle, that I had no where else, and some custom Launchpad configs, etc... (I know, I know, backup my stuff.)
[/noob_question]
I did not write: "Do not back it up."
I wrote: "Do not copy it like you do the others."

That is:
You do not want to do a copy like: dd if=/dev/mmcblk0p4 of=/mnt/us/ ..something..

Hints:
/dev/mmcblk0p4 is a storage media DEVICE.
/mnt/us is a storage media FILE SYSTEM.

Question:
What DEVICE is the backing storage media for this FILE SYSTEM?

If the storage DEVICE was a floppy disk drive ;
If the FILE SYSTEM was a FAT32 file system recorded on that floppy disk ;
Would there be room to copy the contents of the DEVICE into that FILE SYSTEM?

Ans: No.

The device layout is like:
Code:
| MBR | Partition table | File Directory | File storage space |
|                     Device data                             |
You can't copy all four parts into just one of those parts.
I.E: The whole can not be copied into only a part of the same whole.
Not my rule, just a physical reality.

/mnt/us viewed from within the Kindle's operating system (which is what you are doing within PuTTY)
And the root of the user storage area as seen over the USB cable when plugged into your computer is one and the same thing.

Back it up by copying it over the USB cable with the Kindle in USB storage device mode.

- - - -

I added all of the extra detail in the above for other readers in the future - this question comes up a lot.

Last edited by knc1; 10-04-2012 at 08:59 PM.
knc1 is offline   Reply With Quote