Quantcast
Channel: MobileRead Forums - Kobo Reader
Viewing all articles
Browse latest Browse all 11209

Replacing/upgrading a Mini (or other internal) SD card with Linux

$
0
0
You'll need either a full Linux installation or a live USB with at least 4GB of free space. Google "pendrivelinux" and the first result should be an entire site dedicated to telling you how to make a live USB. I recommend Ubuntu, it's easy for new people to use.

So, steps:
  1. Open a terminal (if you're on Ubuntu, type terminal in the search box)
  2. Plug in the internal SD card from the Kobo Mini
  3. Type "sudo fdisk -l" (That's a lower case L for people with silly fonts)
  4. You should see a ton of stuff, most importantly, each section should have a header like "Disk /dev/sda: 64.0 GB, 64023257088 bytes, 125045424 sectors". Look for one with "Disk /dev/sd[probably the highest letter]: [Size of your SD card]..." and note the letter, it's important.
  5. If you're on a full blown installation, you're about to create a 4GB image of the card, so cd to somewhere useful. If you're on a LiveUSB, look through the results of "fdisk -l" for the /dev/sd[letter][number] that corresponds to a data partition on your hard drive (should be quite large and have a ton of blocks) and type "sudo mount /dev/sd[letter][number] (for example, /dev/sda1) /mnt" then type "cd /mnt".
  6. Type "sudo dd if=/dev/sd[letter corresponding to your SD card] of=kobosd.img bs=4M" then wait a bit. It won't show any progress but it's copying 4GB of data from your card.
  7. Eject the card from the kobo and insert the new card (of whatever size) and type "fdisk -l" again. Look for the letter again. It will possibly be the same letter that the Kobo SD had.
  8. Type "sudo dd if=kobosd.img of=/dev/sd[new letter] bs=4M" and wait again. It'll probably be slower than last time since you're going to the card instead of from.
  9. Type "sudo fdisk /dev/sd[new letter of SD"
  10. Press "p" and the partitions should be printed. Make a note of the start value of the last partition and copy it or write it down somewhere. Also the number after "/dev/sd[letter", that's important too.
  11. Type "d" and when prompted, enter the number you just chose.
  12. Type "n" and when prompted for type, just hit enter. Then enter that number again. When it asks for a starting position, enter the start value from before. When it prompts for an end value, just hit enter, this should use the maximum available space.
  13. Press "t", "3" then "b" and hit enter.
  14. Type "w" then "q"

You're done! You can put the SD back in the Kobo Mini.

I've only tested this with my Mini and a 16GB Class 10 Patriot MicroSDHC card.

If you screw up during the whole fdisk thing, just hit q and start again. Nothing is modified on the disk until you press w.

To get the SD out of (and into) the Mini, all you need to do is pull off the back cover and unscrew the plastic cover behind that. The SD slot is rather obvious and easy to use.

Viewing all articles
Browse latest Browse all 11209

Trending Articles