Register FAQ SearchLogin
Tuxera Home
View unanswered posts | View active topics It is currently Thu Jun 20, 2013 11:15



Post new topic Reply to topic  [ 2 posts ] 
1 ntfs volume, 2 mount points, 2 different users--possible? 
Author Message

Joined: Mon Jun 02, 2008 21:27
Posts: 1
Post 1 ntfs volume, 2 mount points, 2 different users--possible?
I would like to mount one NTFS volume in two places, mounted as two different users. For example, fstab:
Code:
# mount the NTFS volume once for each user
# note that /mnt/WinXP is mode 0500 so that users
# cannot access other users' files through these mount points
/dev/sda2 /mnt/WinXP/us   ntfs-3g rw,uid=1000,gid=1000 ....
/dev/sda2 /mnt/WinXp/them ntfs-3g rw,uid=2000,gid=2000 ....

# now rebind a subtree of each mount to that user's home directory
/mnt/WinXP/us/DocSet/Us/MyDocs      /home/us/MyDocs   none rw,bind
/mnt/WinXP/them/DocSet/Them/MyDocs  /home/them/MyDocs none rw,bind

However, the second mount of /dev/sda2 always seems to get the same ownership as the first mount, no matter what order I put them in.

This is using ntfs-3g 1.913-2ubuntu1 on Ubuntu 8.04, kernel 2.6.24-15_generic (I think... trying to recall from memory since I don't have access to the system at this moment).

Before I try to manually install the latest ntfs-3g version, I would like to understand if I am I doing something wrong, or is this an inherent limitation of the driver or kernel data structures?

Thanks and Best Regards,

T.


Mon Jun 02, 2008 22:05
Profile
Tuxera CTO

Joined: Tue Nov 21, 2006 23:15
Posts: 1645
Post 
Sorry, it's not possible. Instead I suggest NTFS-3G with full permission and access right support which probably can solve your problem: http://pagesperso-orange.fr/b.andre/security.html


Fri Jun 06, 2008 18:05
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 


Who is online

Users browsing this forum: Google [Bot], Owepleawask and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Original forum style by Vjacheslav Trushkin.