On Thu, 16 Dec 1999, Romain Kang wrote:
> You haven't said anything about the contents of /etc/exports. This
> file regulates what the NFS server will do with client requests from
> various locations. Minimal contents would be something like:
>
> / myclient
> /home myclient
I think I have that covered...
/etc/exports on the nfs server is as follows:
/ 199.237.156.123(ro,no_root_squash)
/home 199.237.156.123(ro,no_root_squash)
/etc/fstab on the nfs client is as follows:
valhalla:/ /mnt/valhalla nfs defaults
valhalla:/home /mnt/valhalla.home nfs defaults
Running "mount /mnt/valhalla" works. Running "mount /mnt/valhalla.home"
fails as described. Do you see anything wrong with the sections of
/etc/exports and /etc/fstab above? I had assumed at first that they were
broken, but after much scrutiny and experimentation I'm starting to think
that the problem lies elsewhere. I'd like to be wrong though, fixing
config files is quicker than patching and recompiling source files. :-)
Thanks.
---------------------------------------------------------------------------
Assume just 4 million businesses on the Internet today...
If 1% of them sent you one piece of junk email per year,
you'd still have to wade through over 100 messages per day.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.