Forum › Forums › New users › New Users and General Questions › Migrate antiX installation from one harddisk to another (same computer) › Reply To: Migrate antiX installation from one harddisk to another (same computer)
June 6, 2021 at 12:44 am
#61051
Hi @Dave,
Would your suggestion also work for two IDE hard drives connected to the same motherboard? One could be Master, and the other one Slave?
I mean, could you use the same code to the two IDE drives?
dd if=/dev/sda of=/dev/sdb bs=512 status=progress
Thanks