How To Repair Windows file system from within Ubuntu
If Windows is refusing to boot, for whatever reason, you can try repairing the file system from within Ubuntu. Use Synaptic to search forthe ntfsprogs package.
Once it's installed, unmount your Windows partition (if it's mounted) and type sudo ntfsfix /dev/sda1 to check and fix the partition (assuming your Windows partition is /dev/sda1 - likely if you installed Ubuntu in a dual-boot configuration on a computer already running Windows).
This tip is also useful if you see the "Cannot mount volume" error when attempting to access your Windows partition from within Ubuntu.
Tags: synaptic,ntfsfix,ntfs,ntfsprogs
Related Articles