LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mounting NTFS for users (https://www.linuxquestions.org/questions/linux-newbie-8/mounting-ntfs-for-users-235575/)

eggoz 09-26-2004 09:15 PM

Mounting NTFS for users
 
I am trying to mount my usb harddrive on my laptop and let a user access it. I know since it's NTFS, i will only be able to read and not write. Here is what I added in the fstab:
/dev/sda1 /home/diego/mnt/sda1 ntfs auto,user,rw,sync 0 0

Then I run mount -a so the changes can take effect. From the user diego, I go to ~diego/mnt/sda1 and I get Permission denied. I took a look at permissions and I get this:
dr-x------ 1 root root 8192 Sep 20 06:28 sda1

Root is the only one that can access this. I thought by changing to user in the fstab file, a normal user could access the harddrive? Where did I go wrong?

kostason 09-26-2004 10:18 PM

hi,

try the instructions here
http://linux-ntfs.sourceforge.net/info/ntfs.html#4.9
You have to use the "umask" option (... umask=0277)


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