rpcbind:server localhost not responding,timeout...

mount -t nfs *.*.*.*:/somewhere /somewhere时提示:

rpcbind:server localhost not responding,timeout...

RPC:failed to contact local rpcbind server (error 5)

的解决办法是:

添加参数-o nolock

 

mount -t nfs -o nolock  *.*.*.*:/somewhere /somewhere.

 

安装bridge-utils:

   tar zxvf bridge-utils-1.4.tar.gz 
   cd bridge-utils-1.4
   autoconf 
   ./configure 
   make
   make install

 

...

你可能感兴趣的:(server)