Skip to content

Instantly share code, notes, and snippets.

@lindwurm
Created May 3, 2018 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lindwurm/8c122a7bdfcfa5694bd0e71ca0fed59f to your computer and use it in GitHub Desktop.
Save lindwurm/8c122a7bdfcfa5694bd0e71ca0fed59f to your computer and use it in GitHub Desktop.
root@cloud:~# dd if=/dev/sdc1 of=/dev/sdb1 bs=4K conv=noerror,sync status=progress
470333775872 bytes (470 GB, 438 GiB) copied, 5336.52 s, 88.1 MB/s
dd: '/dev/sdc1' の読み込みエラー: 入力/出力エラーです
114827585+0 レコード入力
114827585+0 レコード出力
470333788160 bytes (470 GB, 438 GiB) copied, 5339.42 s, 88.1 MB/s
470333796352 bytes (470 GB, 438 GiB) copied, 5339.45 s, 88.1 MB/s
dd: '/dev/sdc1' の読み込みエラー: 入力/出力エラーです
114827586+1 レコード入力
114827587+0 レコード出力
470333796352 bytes (470 GB, 438 GiB) copied, 5342.38 s, 88.0 MB/s
470333800448 bytes (470 GB, 438 GiB) copied, 5342.38 s, 88.0 MB/s
dd: '/dev/sdc1' の読み込みエラー: 入力/出力エラーです
114827586+2 レコード入力
114827588+0 レコード出力
470333800448 bytes (470 GB, 438 GiB) copied, 5345.31 s, 88.0 MB/s
496277700608 bytes (496 GB, 462 GiB) copied, 6278 s, 79.1 MB/s
dd: '/dev/sdc1' の読み込みエラー: 入力/出力エラーです
121162956+3 レコード入力
121162959+0 レコード出力
496283480064 bytes (496 GB, 462 GiB) copied, 6281.02 s, 79.0 MB/s
496283484160 bytes (496 GB, 462 GiB) copied, 6281.02 s, 79.0 MB/s
dd: '/dev/sdc1' の読み込みエラー: 入力/出力エラーです
121162956+4 レコード入力
121162960+0 レコード出力
496283484160 bytes (496 GB, 462 GiB) copied, 6284.03 s, 79.0 MB/s
496283488256 bytes (496 GB, 462 GiB) copied, 6284.03 s, 79.0 MB/s
dd: '/dev/sdc1' の読み込みエラー: 入力/出力エラーです
121162956+5 レコード入力
121162961+0 レコード出力
496283488256 bytes (496 GB, 462 GiB) copied, 6286.97 s, 78.9 MB/s
499114397696 bytes (499 GB, 465 GiB) copied, 6389 s, 78.1 MB/s
dd: '/dev/sdc1' の読み込みエラー: 入力/出力エラーです
121855105+6 レコード入力
121855111+0 レコード出力
499118534656 bytes (499 GB, 465 GiB) copied, 6391.96 s, 78.1 MB/s
499118546944 bytes (499 GB, 465 GiB) copied, 6392.03 s, 78.1 MB/s
dd: '/dev/sdc1' の読み込みエラー: 入力/出力エラーです
121855108+7 レコード入力
121855115+0 レコード出力
499118551040 bytes (499 GB, 465 GiB) copied, 6395.12 s, 78.0 MB/s
500087795712 bytes (500 GB, 466 GiB) copied, 6430 s, 77.8 MB/s
122096382+8 レコード入力
122096390+0 レコード出力
500106813440 bytes (500 GB, 466 GiB) copied, 6436.39 s, 77.7 MB/s
root@cloud:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment