Recently, I set up a nice symlink system so my documents and various things are synced between my Ubuntu and Windows installs. However, this depends (obviously) on my Windows partition being mounted and being healthy.
The problem is that Windows and NTFS like being annoying -- marking the filesystem as "dirty" and requiring ntfsfix
to repair it to allow a drive mount.
Is there a way to run ntfsfix
if the partition fails? If so, how? Is this even a safe thing to do?