1

I'm sure there are lots and lots of people asking this but I couldnt find a good answer.

How should i move my x GB sd card content to the new XX gb sd card since i have multiple partitions?

I cannot use windows because some partitions are only readable from unix.

I did try to clone the card on windows but somehow the new card didnt seem to work well on the raspberry after the cloning and I couldnt even boot.

3
  • 2
    I did try to clone the card on windows you probably did something wrong™ - did you use Etcher to read the image and then write the image to the new card? That should work Commented Apr 12, 2019 at 9:17
  • I used easeus, took forever, left it under the night xD, when i woke up it said complete, tried it twice
    – Navy Seal
    Commented Apr 12, 2019 at 9:31
  • try etcher - works 100% - zero faffing involved Commented Apr 12, 2019 at 9:33

2 Answers 2

0

Working with Raspberry Pi SD cards is painful on Windows.

I suggest using a gparted Live CD (based on Linux) to modify RPi partitions. You can boot from such a disk without touching your Windows install at all. This is much safer.

You probably want to expand the extendend partition first, and then the logical partitions (+filesystems) inside it.

gparted Screenshot

5
  • going to a LARGER sd card is quick and painless ... read image, write image, done ... no faffing involved at all Commented Apr 12, 2019 at 9:34
  • 1
    Is that true for NOOBS too ?
    – flakeshake
    Commented Apr 12, 2019 at 9:36
  • 1
    can't see why it wouldn't ... larger sd card = easy ... though why noobs is even mentioned is beyond me Commented Apr 12, 2019 at 9:37
  • im not trying to transfer a clean image, im cloning the SO and all the settings
    – Navy Seal
    Commented Apr 12, 2019 at 10:41
  • i dont have an image
    – Navy Seal
    Commented Apr 12, 2019 at 10:46
0

To be completely free in configuration of the target SD Card you can use a tar archive. This is that you first archive the source installation with tar, then partition the SD Card as you like and restore the installation to it. The target SD Card may have any size and any count of partitions as long as the installation fits to it.

How to do it you will find an example with a default Raspbian image at Howto prepare a SD card from a tar archive.

Not the answer you're looking for? Browse other questions tagged or ask your own question.