Error – mount nfs from linux client to windows server
centos, fedora, fedora 7, Linux, Microsoft, rete, slackware, slackware 12, windows 2003 server 24 February 2009
Ho avuto un problema con il mount di una share nfs windows server 2003 r2 da parte di un client linux.
Ottenevo sempre un problema di timeout o un errore di i/o.
Nei log c’era:
portmap: server localhost not responding, timed out
Il problema si risolve avviando il servizio portmap:
su redhat/centos:
/etc/init.d/portmap start
su slackware:
chmod ugo+x /etc/rc.d/rc.rpc
/etc/rc.d/rc.rpc start
Lascia un Commento