This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:dd [2023/01/25 21:43] – removed - external edit (Unknown date) 127.0.0.1 | linux:dd [2023/02/05 18:12] (current) – olaf | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Clone a drive with dd and show progress ===== | ||
+ | <code bash>dd if=< | ||
+ | |||
+ | The bs (block size) of 4MB works well with two SSD's. The use of conv=noerror, | ||