Re: problem: getting nfs up and running

1997-05-06 Thread Michael J Devine
Trying to get nfs running, but something just isn't right... What does your /etc/exports look like ? # /etc/exports: the access control list for filesystems which may be exported # to NFS clients. See exports(5). /home *.ewu (rw) Do you have the portmapper running ? This

problem: getting nfs up and running

1997-05-01 Thread Michael J Devine
I'm trying to get nfs to allow my users on the client machines to have access to their home directories on the server. I recently was given these helpful hints: Add this line to your server's export: /home *.your domain (rw) Then reboot, or do /etc/init.d/netstd_nfs start

Re: problem: getting nfs up and running

1997-05-01 Thread Philippe Troin
On Thu, 01 May 1997 11:58:53 PDT Michael J Devine ([EMAIL PROTECTED]) wrote: I'm trying to get nfs to allow my users on the client machines to have access to their home directories on the server. I recently was given these helpful hints: [snip] I did all this, and when I executed the nfs

problem: getting nfs up and running

1997-04-29 Thread Michael J Devine
I'm trying to get nfs to allow my users on the client machines to have access to their home directories on the server. I recently was given these helpful hints: Add this line to your server's export: /home *.your domain (rw) Then reboot, or do /etc/init.d/netstd_nfs start

Re: problem: getting nfs up and running

1997-04-29 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED], Michael J Devine [EMAIL PROTECTED] wrote: I'm trying to get nfs to allow my users on the client machines to have access to their home directories on the server. I recently was given these helpful hints: Add this line to your server's export: /home *.your