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.

Navy Seal
  • 135
  • 1
  • 4

2 Answers2

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

flakeshake
  • 6,235
  • 1
  • 14
  • 33
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.

Ingo
  • 42,107
  • 20
  • 85
  • 197