LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't access NTFS partition as regular user (https://www.linuxquestions.org/questions/linux-newbie-8/cant-access-ntfs-partition-as-regular-user-181206/)

Spasmolytic 05-13-2004 05:32 PM

Can't access NTFS partition as regular user
 
I can't access my Windows partition unless I'm logged in as root, I can mount it as any user but I can't open it.

Here's my fstab file:

/dev/hda3 swap swap defaults 0 0
/dev/hda2 / ext3 defaults 1 1
/dev/hda1 /mnt/windows ntfs noauto,users,ro 0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,users,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,users 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults

The file-permissions of /mnt/windows are all set correctly but it becomes locked when I mount it. :cry:

Andrew Benton 05-13-2004 05:42 PM

try

/dev/hda1 /mnt/windows ntfs ,ro,umask=0 0 0

wrat 05-13-2004 05:44 PM

this is what worked for me when I was having the exact problem

/dev/hdb1 /mnt/windows ntfs ro,user,noauto,umask=0222 0 0

of course change hdb1 to whatever you need

Spasmolytic 05-13-2004 05:46 PM

Thanks!

BTW - nice signature :D


All times are GMT -5. The time now is 05:12 PM.