Duplicate Hard Disk
From KlavoWiki
To Duplicate a hard disk in Linux first verify the sector size of the hard disk.
lsblk -o NAME,PHY-SeC
Once the sector size is known.
dd if=/dev/sda of=/dev/sdb bs=512 conv=noerror,sync
To Duplicate a hard disk in Linux first verify the sector size of the hard disk.
lsblk -o NAME,PHY-SeC
Once the sector size is known.
dd if=/dev/sda of=/dev/sdb bs=512 conv=noerror,sync