Fix Corrupted NTFS Partition from Ubuntu

I try to fix my Windows(NTFS) Drive from Ubuntu. Partitions From Gparted

The error messages I got from GParted and other software was Input/Output Error during read on /dev/sda. Or Failed to read SYSTEM.SAV

Another strange thing was that smrtmontools said that it passed the health test!

So I tried to fix it with ntfsfix but partition sda2 and sda3 had the command output:

Volume is corrupt. You should run chkdsk.

Now I'm stuck and I don't know how to run this command from Ubuntu.

1

1 Answer

chkdsk is a Windows command. You should boot from a Windows installation medium (DVD or USB) and run Windows repair. Make sure that your Windows drive is seen as first drive in BIOS or Windows repair will not be successful (had this issue once and documented it at the end of the following article ).

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like