わいえむねっと

Contents
Categories
Calendar
2025/08
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
Monthly Archives
~2000/01
Recent Entries
RSS1.0
Templates
Information
Processed: 0.048 sec
Chashed: -
2025/08/12 Tue
なんかコピーが途中で止まっている気がしたのでログを確認。

Get-Content -Path e:\robocopy.log -Wait -Tail 10

 10.9%
 11.0%
 11.0%
 11.1%
 11.1%
 11.2%
 11.2%
 11.3%
 11.3%
 11.4%

止まってますね。

強制停止して再実行してみる。

  11.0%
  11.1%
  11.1%
  11.2%
  11.2%
  11.3%
  11.3%
  11.4%
 2025/08/12 14:58:10 ERROR 1117 (0x0000045D) Copying File d:\foo\bar
 The request could not be performed because of an I/O device error.

セクタ不良のところで足踏みしている模様。
ひとまずリトライ回数は0にして、/xf /xd オプションでエラーがでたファイルを避けながら先に進む。