Suddenly I cannot access the NTFS drive of my computer (which hosts Windows Vista and many of my documents from Fedora 14). I get this error
Error mounting: mount exited with exit code 1: helper failed with: mount: only root can mount /dev/sda1 on /media/ACER
It has been working troublelessly since the initial installation of Fedora 12, and has failed with no known change.
I've tried to become root, su... as the message point, but the error persists.
I've browsed thorough manuals, blogs and FAQs but I get no solution.
Any ideas I could try further?
Windows boots and works "properly" (keeping in mind is Window$ 8)))
Thanks for your help!
/dev/sda1in/etc/fstab? Trysu -c 'mount /dev/sda1 /media/ACER'orsudo mount /dev/sda1 /media/ACER(depending on how you can gain root). What is the output offdisk -l /dev/sdaandfile -s /dev/sda1(both as root)? – Gilles Dec 14 '10 at 23:53