User Tools

Site Tools


pages:howtos:linuxunix:clone_hdd

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


~~DISCUSSION~~

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
pages/howtos/linuxunix/clone_hdd.txt · Last modified: 2021/12/09 23:22 by The Thing That Should Not Be