How to repair Windows partition through Ubuntu Linux

This post was written by admin on February 8, 2010
Posted Under: General

If your Windows can not boot up and you think the NTFS volume was damaged by Windows or some other way and it cannot be mounted.You can try ntfsfix command to fix this problem if you have a Ubuntu dual-boot system.

ntfsfix is a utility that fixes some common NTFS problems. ntfsfix is NOT a Linux version of chkdsk. It only repairs some fundamental NTFS inconsistencies,resets the NTFS journal file and schedules an NTFS consistency check for the first boot into Windows.

ntfsfix is part of the ntfsprogs package,so first we need install ntfsprogs:

sudo apt-get install ntfsprogs

then,run ntfsfix command on the ntfs volume:

sudo ntfsfix /dev/sda1

change “/dev/sda1″(without quotes) to your Windows partition name.

Related posts:

  1. Fix Windows when boot files (boot.ini,NTLDR)are missing
  2. How to install Windows 7 from Ubuntu without burnning a disc
  3. How to mount a partition(ntfs,fat32,.iso,and so on) in ubuntu
  4. Grub missed after reinstall Windows,or Grub error17 after delete Ubuntu partition
  5. Install Graphical Partition Editor (Gparted)in Ubuntu Linux

    Reader Comments

    That may be helpful , once my partition failed to load , and I try to fix it . Finally , I format the whole disk ! Next time , I will try some Linux Methods

    [Reply]

    #1 
    Written By Mario-X on February 9th, 2010 @ 3:17 am

    Add a Comment

    required, use real name
    required, will not be published
    optional, your blog address