Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 196 Bytes

dd.md

File metadata and controls

5 lines (4 loc) · 196 Bytes

-- Clone a disk using dd dd if=/dev/vdc of=/dev/vdb bs=100M conv=sync,noerror status=progress

-- Clone a partition using dd dd if=/dev/vdc1 of=/dev/vdb1 bs=100M conv=sync,noerror status=progress