Comment on Best Way to Clone Micro SD Card Linux?
rotopenguin@infosec.pub 4 days ago
What’s wrong with “cp -r”?
Won’t work if the card has multiple partitions, also might not copy symlinks properly. dd is the way to do this if you want an exact copy, you just need to be very careful. You can take a disk image, that way you only need one slot.
crt0o@lemm.ee 4 days ago
Won’t work if the card has multiple partitions, also might not copy symlinks properly. dd is the way to do this if you want an exact copy, you just need to be very careful. You can take a disk image, that way you only need one slot.