What does a WinXP crash do to the HDD that means mounting the ntfs partition fails?
Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Flitting regularly between WinXP and OpenSUSE 10.2, I today booted into OpenSUSE and found mount problems with the ntfs partitions. Fortunately, I came across the acvice to ensure that windows had cleanly closed before anything recommending kernel surgery, and indeed restarting and then carefully closing WinXP did the trick and I'm back in business.
I do wonder, though, what exactly happens (or rather, I presume, does not happen) to the HDD when WinXP crashes that means I cannot properly mount the ntfs partitions using ntfs-3g? If restarting and closing Windows was not an option, how would someone get round it?
I believe XP marks the partition as active and if XP crashes that bit is not removed (firefox does the same thing by creating a session lock file in your profile). As a safety feature, ntfs-3g will not mount the partition if it is still marked active. However, you can force an overide with:
Code:
mount -t ntfs-3g /dev/hda1 /mnt/ntfs -o force
Obviously, change /dev/hda1 and /mnt/ntfs for your own setup.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.