Few days ago my boss asked me to check one hard drive. I was able to get everything. However next time when we connected this hard drive windows asked us to format it (RAW ).
This is how I fixed it.
- Go to Disk Management .
- Right click on problematic partition and chose option Change Drive Letter and Paths.
- Click add if partition is not mounted.
- Change letter for example X.
- Go to RUN.
- Type CMD.
- Type chkdsk X: /f
- Chkdsk should report some issues and fix them 🙂
That’s all folks.