Skip to main content
The 2024 Developer Survey results are live! See the results

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

10
  • If you need me to run any other test I'll be glad to, the past few days have been a nightmare for me.
    – user34853
    Commented Mar 9, 2014 at 12:09
  • First impression: Your harddisk has bad sectors and has not automatically reallocated them to spare sectors. [Some of ]these bad sectors happen to be on a place on the disk needed by your windows installation. You can confirm or deny this by reading the SMART parameters. (Plenty of posts here on Super User explaining that part).
    – Hennes
    Commented Mar 9, 2014 at 12:20
  • I will try it and let you know, however, if I understood what testdisk does correctly, when running it, no bad sectors were found.
    – user34853
    Commented Mar 9, 2014 at 12:22
  • Small side note: sda4 is an extended partition. it contains sda5 and sda6. No need to run ntfsfix on that since an extended partition will (should) never contain a NTFS filesystem. Instead it will have other partitions in it (in your case recognized as sda5 and sda6).
    – Hennes
    Commented Mar 9, 2014 at 12:23
  • Re testdisk. I agree, I would not expect that to returns that everything is ok. Yet the symptoms you have match perfectly with disk errors and lots of 'reallocation pending' and reallocated sectors.
    – Hennes
    Commented Mar 9, 2014 at 12:26