From: Travis H. <tra...@tr...> - 2011-12-01 21:01:18
|
On 11-11-30 8:50 PM, thirsd cheng wrote: > i am now confused the owner of the file in MFS: > client user: user1,user2 > how to config mfsexports.cfg > 1.is <http://1.is> the user for maproot on master ,or not ( on client) ? > 2.the password is for mfsmount authority,or must meet the users's > System Login Password > 3. i config /test ,maproot=root > when i use user1 to mount the /test, I touch a new file(a.txt) > ,the file's owner is root?,or user1? > when i use user2 to mount the /test,can I use a.txt? > i will be very glad to recieve your reply > 1. the user for maproot is resolved from the point of view of the machine that is running the mfsmaster process. 2. the password if supplied into the mfsexports, as far as I know, is just a password (or MD5 password), and exists within the mfsexports file, it is not the system's /etc/passwd user's system login password. 3. the file touched by user1 should be owned by root in the file system. I have been unable to figure out how to mount as a user1, user2 in my system so far. |