Fail to clone SD card
Posted: Mon Feb 24, 2020 5:38 pm
Hi all,
I fail to clone a SD card that I have from my Mac.
To backup, I use the command:
then I want to clone it to another SD card that I have:
Then I put it in my RPI but it just doesn't work...
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.
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.