|
skywalker, Gparted isn't a tool to transfer partitions around, it's a tool to modify partition sizes, types, to delete and create new ones. You could first reduce the size of the second partition on your 64GB card to as small as possible, then use dd to make a backup of the card to a file ("dd if=/dev/yourcardwhatever of=backup.img bs=1M count=8192" would only copy 8GB, since you can't fit more on the 8GB card anyways), then resize the partition back to as large as possible with Gparted, then swap to the 8GB card and use dd to write the backup on it, then use Gparted again to resize the partition to as large as fits on the card. |
|