DougieLawson wrote:With a 8GB current card and a 16GB target card and a NON-NOOBS system
Mount the 16GB card in a USB reader, plug that into your RPi
It should appear as /dev/sda (check with the dmesg | grep sd command).
sudo dd if=/dev/mmcblk0 of=/dev/sdb bs=100M &
When that completes you have a bootable copy on the SDCard in your reader, boot it and use sudo raspi-config to expand the filesystem to use the full card.
ok thanks, plz try to have a look to
this other post
When that completes you have a bootable copy on the SDCard in your reader, boot it and use sudo raspi-config to expand the filesystem to use the full card.
so when I insert this microSD into another Rpi will have kind of menu to choose with
raspi-config to expand? (dietpi does not have this command), and any USB reader in particular?