ehoffman n00b
Joined: 06 Aug 2005 Posts: 7
|
Posted: Tue Aug 09, 2005 1:35 am Post subject: Give user access to mounted NTFS partitions |
|
|
Hello
I have NTFS partitions, which I mounted in fstab like:
Code: | /dev/hda1 /mnt/NTFS_C ntfs noatime,user 0 2
/dev/hda5 /mnt/NTFS_D ntfs noatime,user 0 2
|
After reboot, if I login as root, I can go to /mnt/NTFS_C (or D) and see the directories on my NTFS partitions.
However, if I login as a regular user, and I try to go there, I get
-bash: cd: NTFS_C: Permission denied
ls -l show
Code: | dr-x------ 1 root root 8192 Aug 5 22:44 NTFS_C
dr-x------ 1 root root 8192 Aug 5 22:44 NTFS_D
drwx------ 2 root root 4096 Mar 10 12:51 cdrom
drwx------ 2 root root 4096 Mar 10 12:51 floppy |
so, I don't have user rights.
It may be a newbie problem, but what is the problem here?
Thanks for your support.
Eric |
|