Date: Fri, 01 Sep 2000 12:39:03 GMT From: "Dimitri T." <midios4@hotmail.com> To: meagan@e-lingo.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: nfs question Message-ID: <F1886QR7j1HaKtKufVm000059e8@hotmail.com>
next in thread | raw e-mail | index | archive | help
hi, well, the problem is with mountd. You'll have to tell it you've changed /etc/exports by sending a 'sighup'. Give first: # ps waux | grep mountd See the process number (should be the second colomn from the left), (let's say it's 777) and give: # kill -1 777 good luck, dimitri >From: "Meagan Jia Pi" <meagan@e-lingo.com> >To: <freebsd-questions@FreeBSD.ORG> >Subject: nfs question >Date: Thu, 31 Aug 2000 15:24:09 -0700 > >Hi all, > >I added another ip in /etc/exports on nfs server side, when I tried to >mount the nfs directory >on the client side, it failed. > >Do I have to restard nfsd on the server side? If so, what's the proper way >to do that? > >Thanks! > >Meagan Jia Pi >www.elingo.com >Translate the Internet! > _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F1886QR7j1HaKtKufVm000059e8>