On Tue, 1 Nov 2011 00:12:21 +0100 Stef Bon <stefbon@xxxxxxxxx> wrote: > Hi, > > I would like to test the multiusermounts? > > I know to set: > > echo 1 > /proc/fs/cifs/MultiuserMount > > and add an option to the mount command, but I can remember/read somewhere > that one have to add some mapping somehwere: > > local user : remote user > ... > > Is this correct? > No. The MultiuserMount code that the above switch activates is basically deprecated (and never worked very well in the first place). The correct way to do this is to use sec=krb5 and mount with '-o multiuser'. Then, make sure all users accessing the mount have a TGT. If you're using unix extensions (generally meaning that the remote server is samba-based), then having unity-mapped uids is helpful. -- Jeff Layton <jlayton@xxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html