folgendes Problem:
Versuche mit meinem Mac (OS X 10.4) auf meinen Server mittels NFS zuzugreifen.
Server ist Debian etch..
Habe auf debian Seite nfs-user-server installiert.
/etc/exports Eintrag ist :
Code: Alles auswählen
/home/hoth 192.168.0.10(rw,no_root_squash)
/etc/hosts.allow Eintrag ist:
Code: Alles auswählen
portmap: 192.168.0.10
der Server scheint nach restart auch zu laufen:
Code: Alles auswählen
rpcinfo -p
Program Vers Proto Port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
391002 2 tcp 679 sgi_fam
100003 2 udp 2049 nfs
100003 2 tcp 2049 nfs
100005 1 udp 992 mountd
100005 2 udp 992 mountd
100005 1 tcp 995 mountd
100005 2 tcp 995 mountd
100024 1 udp 702 status
100024 1 tcp 705 status
Code: Alles auswählen
mount -t nfs 192.168.0.30:/home/hoth /mnt/nfs
mount: realpath /mnt: No such file or directory
Was kanns sein?
Gruß
Bossy