I have to auto mount the NTFS drives on Linux. The linux i am using is ubuntu. and is there any way to force mount the NTFS drives in case windows was not properly shutdown

link|improve this question
feedback

migrated from stackoverflow.com Jan 9 '10 at 12:45

This question came from our site for professional and enthusiast programmers.

2 Answers

if you are using ntfs-3g, you can use -force option

ntfs-3g /dev/sda1 /mnt/windows -o force
link|improve this answer
feedback

Well, you can the /etc/fstab file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown