On Wed, 11 Oct 2000, Matt Herbert wrote:
> but when I try to mount server:/disk on trusty I get:
> 
>       nfs mount: server:/disk: access denied

  Check the log files on both client and server for clues.

  Do an "exportfs -r" on the server.

  Make sure portmap, rpc.mountd, and rpc.nfsd are running on the server.

  Make sure rpc.statd and rpc.lockd are running on client and server.

  Check /etc/hosts.{allow,deny} for permissions (portmap uses the TCP
Wrappers interface).

  Try restarting the world:

    First, on the client, do:
      service netfs stop
      service nfslock stop
      service portmap stop

    Them, on the server, do:
      service netfs stop
      service nfslock stop
      service nfs stop
      service portmap stop
      # wait a couple seconds
      service portmap start
      service nfs start
      service nfslock start
      service nfs start

    Finally, on the client, do:
      service portmap start
      service nfslock start
      service netfs start



  Hope this helps,

-- 
Ben Scott <[EMAIL PROTECTED]>
| "...it is important to realize that any lock can be picked with a big |
|  enough hammer...."     -- Sun System & Network Admin manual          |


**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to