Reply To: Migrate antiX installation from one harddisk to another (same computer)

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)

#61051
Anonymous

    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