Ho un problema con autofs su mac. Ho fatto alcune condivisioni:
auto_home
:
* -fstype=nfs,rw roskilde:/space/home/&
auto_remote
:
public -fstype=nfs,rw roskilde:/space/public
mosek -fstype=nfs,rw roskilde:/space/mosek
vmware -fstype=nfs,rw roskilde:/space/vmware
auto_master
:
+auto_master # Use directory service
/net -hosts -nobrowse,hidefromfinder,nosuid
/home auto_home
/remote auto_remote
/Network/Servers -fstab
/- -static
quindi il problema è questo. Le condivisioni funzionano bene, credo, ma il problema è che tutto monta con permessi come questo:
dr-xr-xr-x 2 root wheel 1 Nov 20 14:30 andrea
dr-xr-xr-x 2 root wheel 1 Nov 20 14:30 eda
dr-xr-xr-x 2 root wheel 1 Nov 20 14:30 hap
dr-xr-xr-x 2 root wheel 1 Nov 20 14:30 joachim
dr-xr-xr-x 2 root wheel 1 Nov 20 14:30 ruben
dr-xr-xr-x 2 root wheel 1 Nov 20 14:30 sandvik
dr-xr-xr-x 2 root wheel 1 Nov 20 14:30 tomas
dr-xr-xr-x 2 root wheel 1 Nov 20 14:30 ulfw
dove il proprietario dovrebbe essere username:users
quando provo ad accedere al server:
$ ssh tomas@lyngby
Password:
Could not chdir to home directory /home/tomas: Operation not permitted
-bash: /home/tomas/.bash_profile: Operation not permitted
lyngby:/ tomas$ cd /home/tomas/
-bash: cd: /home/tomas/: Operation not permitted
Che cosa causa questo e come lo risolvo?