0

I clone an sd card (32Go) and I copy it to a sd card of different size (64Go).

I use those commands:

sudo dd if=/dev/sdc of=Debian.img status=progress
sudo dd if=Debian.img of=/dev/sdc status=progress

I would like to clone my sd care without the mbr to avoid this.

enter image description here

thanks in advance

John
  • 171
  • 1
  • 2
  • 7

1 Answers1

0

Easy with gnome-disks, works perfectly ...........................................

enter image description here

John
  • 171
  • 1
  • 2
  • 7