HDD復活法..捨てる前にやってみよう
HDD Recovery .. Try Before Dumping
ラップトップPCのディスクが変。OMG, Laptop hard disk is not working well!
チェックのため、リブートして、<F12>でDiagnosticsをかけると、エラーコード0146, 2000-0146が出る。CHKDSKでは治らない。For check, reboot and hit F12 key
ラップトップの場合、Cドライブしかないので、自分を修復することもできず、また、Win10インストール用のUSBやCDROMからの立ち上げでも認識されない。また認識できても、通常フォーマットもうまくいかない。Laptop PC normally has only C drive, so cannot fix itself. Also, Boot USB nor CDROM recognize the disk or cannot perform normal format even if it recognize.
こんな時、確実に治る保証はないが、廃棄する前に一つ試してみる方法がある。There is one last resort , although no guarantee, to try before dumping the HDD.
HDDをUSBで接続する下のようなインターフェイスを利用する。1,700円ほどで売られている。Use interface as below to connect HDD to PC by USB. It is sold around JPY1,700.
接続後、Windows Power Shell(Admin)を起動する。1st, kick Windows Power Shell(Admin).
Diskpartコマンドで、ディスクをリセットする。ディスク番号には細心の注意を払う。Reset disk using diskpart command. Pay extra attention to disk number.
- List Diskサブコマンドでディスク番号を知る。下の例では1番。Use list disk subcommand to find out disk number. In below example, disk number is 1.
- Select Diskサブコマンドでディスクを選択する。Select disk by select disk subcommand.
- Cleanサブコマンドで、ディスクをリセットする。Reset disk by clean subcommand.
ディスクの管理で下のように表示される。Then disk is show as below in disk management.
ディスクの初期化を行う。Initialize disk.
新しいボリュームを設定する。Create new volume.
その時、クイックフォーマットを外して、通常フォーマットを行う。この通常フォーマットが不良セクタを排除する論理フォーマッティングを行ってくれる。Unclick quick format to perform normal format. This normal format excludes broken sector in logical addressing.
パーティションをアクティブにして完了。Activate partition to complete.