次の方法で共有


recover

不良ディスクまたは不良ディスクから読み取り可能な情報を回復します。 このコマンドは、ファイルをセクターごとに読み取り、適切なセクターからデータを回復します。 不良セクターのデータが失われます。 ファイルを回復すると不良セクター内のすべてのデータが失われるため、一度に回復するファイルは 1 つだけです。

Bad sectors reported by the chkdsk command were marked as bad when your disk was prepared for operation. They pose no danger, and recover does not affect them.

Syntax

recover [<drive>:][<path>]<filename>

Parameters

Parameter Description
[<drive>:][<path>]<filename> 回復するファイル名 (および現在のディレクトリにない場合はファイルの場所) を指定します。 Filename is required and wildcards aren't supported.
/? コマンド プロンプトにヘルプを表示します。

Examples

To recover the file story.txt in the \fiction directory on drive D, type:

recover d:\fiction\story.txt