manuelvita96 0 Posted April 3, 2018 Share Posted April 3, 2018 Hi! I need some help! I want to create a clone of my existing card in new card to use it with another board (same model), how I can do this? I'm not very expert, this is my first board. Basically I need a two identical system in two identical board based on first card which have all file installed Link to post Share on other sites
Gravelrash 31 Posted April 4, 2018 Share Posted April 4, 2018 https://www.digitaltrends.com/computing/how-to-clone-a-hard-drive-in-windows-mac-or-linux/ & https://www.makeuseof.com/tag/2-methods-to-clone-your-linux-hard-drive/ Link to post Share on other sites
Technicavolous 23 Posted May 13, 2018 Share Posted May 13, 2018 Clonezilla rocks Link to post Share on other sites
WarHawk_AVG 11 Posted June 27, 2018 Share Posted June 27, 2018 I use win32diskimager, read the entire disk to an .img file...and then can write it back to a similar sized card or in linux # dd if=/dev/sdb of=bckup.img but remember it will make an image the entire size of the card...which is a waste..but you can reduce it down To reduce the size of the image I then use a program on a linux machine called Pishrink that will take the .img file and reduce it to just the size of the actual data used. Link to post Share on other sites
akajain 0 Posted June 28, 2018 Share Posted June 28, 2018 Thanks for the shrink tip. Link to post Share on other sites
Recommended Posts