LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   NTFS Mount, can't read by other user (https://www.linuxquestions.org/questions/linux-newbie-8/ntfs-mount-cant-read-by-other-user-496208/)

candlectj 10-27-2006 06:07 PM

NTFS Mount, can't read by other user
 
Hi,
I have a problem, which is...

I use Ubuntu Desktop

When I mount to my NTFS drive, other user can't read the content.

Command I used under:
Code:

sudo mount /dev/sda1 /mnt/winxp
I went to /mnt/winxp with my other user name, I don't have the permission to read all the files, the folder has an x on it.

I recognize that the winxp directory has the permission 500, other cannot read/write/execute it.

Can someone help me with this problem?

Thank you so much

David the H. 10-27-2006 07:51 PM

You need to add the umask option to your mount command. 'umask=222' will give you 555 permissions on the drive. You could set it for other permission levels, but since ntfs write-support isn't safe, you should probably keep it on read-only.

You can also set the default user and group with 'uid=' and 'gid='. See 'man mount' for more.


All times are GMT -5. The time now is 06:20 AM.