The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 12-22-2004
larryase larryase is offline
Registered User
  
 

Join Date: Nov 2004
Posts: 69
vviscomi,

This seems like an NFS problem. It could be that the server you are mounting from is off live or the nfsd is not running on it. Try

>showmount -e nfs.server.name

This sould give you all of the files that it is sharing. If you don;t see anything then the nfsd is down.

good luck