I see -- this method would not work for (auto)mounting users in general though since you have to enter the UID:GID entries in /etc/fstab. It would be better if this information could be retrieved at login.
Apparently automounting linux users on Macs seems to require importing some of the apple schema into an LDAP--this is undesirable as Apple has been known to change its schema (I've done this) over time and because it adds variable complexity to the straightforward POSIX schema that works for Linux users. This was my reason for asking... FL On Sat, Mar 24, 2012 at 12:30 PM, Karl-Arne Gjersøyen <karlar...@gmail.com> > > #This two lines below work. > # I removed fsid=0 and added all_squash, anonuid=1004,anongid=1004 > # 10004 is taken for the user from /etc/passwd for uid:gid > # In this way it is only to do: sudo mount > ip_of_nfs_server:/export/users /Users/karl/Ubuntu on Mac client > computer > /export > 192.168.1.35/24(rw,sync,no_subtree_check,all_squash,anonuid=1004,anongid=1004,insecure) > /export/users > 192.168.1.35/24(rw,nohide,sync,no_subtree_check,all_squash,anonuid=1004,anongid=1004,insecure) > karl@ubuntu:~$ > > -- > ubuntu-server mailing list > ubuntu-server@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-server > More info: https://wiki.ubuntu.com/ServerTeam >
-- ubuntu-server mailing list ubuntu-server@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam