This was totally my fault. I tried to mount my Windows partition in Fedora 15 using the following command in /etc/fstab :

/dev/sda3 /windows ntfs defaults 0 0

Now when I try to create a file in any place other than my user directory, I get a permissions error. My user account in Windows has administrator permissions as well.

What is the remedy? Also, is the following command a better option for /etc/fstab ?

/dev/sda3 /windows ntfs rw 0 0
link|improve this question
You're getting errors when trying to create files in /windows or just when touching anything outside your home directory? Second one is a desired situation. – Dr McKay Sep 8 '11 at 15:46
feedback

migrated from stackoverflow.com Sep 8 '11 at 15:19

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

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.