Complete.Org: Mailing Lists: Archives: discussion: November 1999:
[aclug-L] Re: NFS Install problem
Home

[aclug-L] Re: NFS Install problem

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aclug-L@xxxxxxxxxxxx
Subject: [aclug-L] Re: NFS Install problem
From: Thomas Bloom <thomas@xxxxxxxxxxxx>
Date: Thu, 25 Nov 1999 05:10:36 -0600
Reply-to: aclug-L@xxxxxxxxxxxx

Two things to look at.  Look at the server logs to make sure that the
client is connecting to the server, and on the client switch to another
terminal, and try mounting the nfs partition manually.  


mkdir /tmp/nfs
mount -t nfs (ip of nfs server):/mnt/cdrom /tmp/nfs

This should give you better error messages. 

P.S. Try nfs mounting that dir from the server to itself, and to loosen
your export to your entire local domain /mnt/cdrom/ 192.168.0.* (ro)


                                                        Thomas Bloom


[Prev in Thread] Current Thread [Next in Thread]
  • [aclug-L] Re: NFS Install problem, Thomas Bloom <=