Problem fixed! was: Permission denied (NFS/fstab?)

Florian Lengyel florian.lengyel at gmail.com
Sat Mar 24 18:40:56 UTC 2012


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 <karlarneg at 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 at ubuntu:~$
>
> --
> ubuntu-server mailing list
> ubuntu-server at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
> More info: https://wiki.ubuntu.com/ServerTeam
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-server/attachments/20120324/c2ab0580/attachment.html>


More information about the ubuntu-server mailing list