I fail to clone a SD card that I have from my Mac.
To backup, I use the command:
Code: Select all
sudo dd if=/dev/rdisk2 of=rpi1.dmgCode: Select all
sudo dd if=rpi1.dmg of=/dev/rdisk2
is there any tool I can use to ensure the clone is identical to the original SD card?
any idea what could go wrong?
Thanks in advance.