Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Dec 1999 21:35:39 +0100 (CET)
From:      Oliver Fromme <olli@dorifer.heim3.tu-clausthal.de>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: How to I tell nfsd that /etc/exports has changed?
Message-ID:  <199912262035.VAA11339@dorifer.heim3.tu-clausthal.de>

next in thread | raw e-mail | index | archive | help
Stan Brown wrote in list.freebsd-questions you wrote (26 Dec 1999 18:54:16 +0100):
 > 	After Icahnge /etc/exports, how do I make the chnages take effect,
 > 	short of rebooting?

nfsd doesn't care about your exports at all.  It's mountd that
has to be notified about changes in your /etc/exports:

kill -HUP $(cat /var/run/mountd.pid)

After that, you should do "tail /var/log/messages" to see
whether there were any problems with your /etc/exports file.

Regards
   Oliver

-- 
Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany
(Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de)

"In jedem Stück Kohle wartet ein Diamant auf seine Geburt"
                                         (Terry Pratchett)


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?199912262035.VAA11339>