LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   NTFS mounting problems (https://www.linuxquestions.org/questions/linux-general-1/ntfs-mounting-problems-191486/)

thorax 06-09-2004 08:57 AM

NTFS mounting problems
 
Hi!
I've included my NTFS partitions in the /etc/fstab to be mounted at system boot. But the problem is, that I can only access them as root then. As normal user, I get 'permission denied.' I tried to change the permissions in a superuser-Konqueror, but it just says '/ntfs1 (.../ntfs2, /ntfs3) is a readonly filesystem.'
Because of that, i removed the 'ro' statement in the fstab and tried again, but it just doesn't work.
can somebody help me?

Here's my fstab:


Code:

# /etc/fstab: static file system information.
#
# <file system>        <mount point>        <type>        <options>                <dump>        <pass>
/dev/hda8        /                ext3        errors=remount-ro        0        1
/dev/hda7        none                swap        sw                        0        0
proc                /proc                proc        defaults                0        0
/dev/fd0        /floppy                auto        user,noauto                0        0
/dev/hdd        /cdrw          iso9660 ro,user,noauto          0      0
/dev/cdrom        /cdrom                iso9660        ro,user,noauto          0        0
/dev/hda9        /home        ext3        defaults                        0        2
/dev/hda1      /ntfs1          ntfs    user                    0      0
/dev/hda5      /ntfs2          ntfs    user                    0      0
/dev/hda6      /ntfs3          ntfs    user                    0      0



All times are GMT -5. The time now is 10:19 AM.