pages:howtos:linuxunix:clone_hdd
This is an old revision of the document!
clone a HDD
Get size in bytes:
blockdev --getsize64 /dev/sda
Get size in 512-byte sectors:
blockdev --getsz /dev/sda
clone it with dd:
dd bs=256K if=/dev/sdwhatever of=/dev/sdwhatever
pages/howtos/linuxunix/clone_hdd.1638377257.txt.gz · Last modified: 2021/12/01 16:47 by mischerh