Quote:
Originally Posted by Cootey
I just upgraded my Kobo Mini from a 2GB internal SD Card to an 8GB SD Card.
I used the “dd” command in a terminal shell to clone the SD card to a disk image, then “dd” again to clone the disk image to the 8GB SD card. This has the unfortunate side-effect of turning your 8GB SD card into a 2GB SD card (the original Kobo Mini SD card size), but it’s an exact copy of all three partitions (including the two hidden ones.) Then I used gparted on Linux to repartition the KOBOeReader fat32 partition to utilize all the storage available.
|
dd is such a great command. Just be careful never to mix up
if= and
of=…