[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: NFS als user mounten klappt nicht




Mach rpcinfo -p <server> und rpcinfo -p localhost um zu sehen ob die
benoetigten services (der portmapper, mountd, evtl. nlockmgr) erreichbar
sind und keine firewall was blockiert. Mit "exportfs" kannst du dir am
Server anzeigen lassen, was exportiert wird. Lass auch mal die
mountoptionen (bis auf user) in der fstab weg und schreibe das
exportsfile am Server neu neu; mit "exportfs -a" liest du die exportfs
neu ein.

Also ich poste hier mal die Ausgaben:
rpcinfo -p:
  Program Vers Proto   Port
   100000    2   tcp    111  portmapper
   100000    2   udp    111  portmapper
   100003    2   udp   2049  nfs
   100003    3   udp   2049  nfs
   100003    4   udp   2049  nfs
   100003    2   tcp   2049  nfs
   100003    3   tcp   2049  nfs
   100003    4   tcp   2049  nfs
   100021    1   udp  32768  nlockmgr
   100021    3   udp  32768  nlockmgr
   100021    4   udp  32768  nlockmgr
   100021    1   tcp  32768  nlockmgr
   100021    3   tcp  32768  nlockmgr
   100021    4   tcp  32768  nlockmgr
   100005    1   udp    665  mountd
   100005    1   tcp    668  mountd
   100005    2   udp    665  mountd
   100005    2   tcp    668  mountd
   100005    3   udp    665  mountd
   100005    3   tcp    668  mountd
   391002    2   tcp    982  sgi_fam
   100024    1   udp    601  status
   100024    1   tcp    604  status

rpcinfo -p localhost:
  Program Vers Proto   Port
   100000    2   tcp    111  portmapper
   100000    2   udp    111  portmapper
   100003    2   udp   2049  nfs
   100003    3   udp   2049  nfs
   100003    4   udp   2049  nfs
   100003    2   tcp   2049  nfs
   100003    3   tcp   2049  nfs
   100003    4   tcp   2049  nfs
   100021    1   udp  32768  nlockmgr
   100021    3   udp  32768  nlockmgr
   100021    4   udp  32768  nlockmgr
   100021    1   tcp  32768  nlockmgr
   100021    3   tcp  32768  nlockmgr
   100021    4   tcp  32768  nlockmgr
   100005    1   udp    665  mountd
   100005    1   tcp    668  mountd
   100005    2   udp    665  mountd
   100005    2   tcp    668  mountd
   100005    3   udp    665  mountd
   100005    3   tcp    668  mountd
   391002    2   tcp    982  sgi_fam
   100024    1   udp    601  status
   100024    1   tcp    604  status

Sieht doch ganz ok aus oder? Mit exportfs bekomme ich auch das richtige Verzeichis und die IP des Clients angezeigt. Weglassen von Mountoptionen verändert auch nix...

Flori




Reply to: