Date: Sat, 15 Jul 2000 13:27:08 +0100 From: Ben Smithurst <ben@FreeBSD.org> To: Daniel Schrock <dschrock@enteract.com> Cc: freebsd-questions <freebsd-questions@FreeBSD.org> Subject: Re: I cvsup'd, now nfs filesystems won't mount! Message-ID: <20000715132708.D84045@strontium.scientia.demon.co.uk> In-Reply-To: <001201bfee1f$69428ff0$0271a8c0@anonymousdaemon.org> References: <003201bfeddc$659e3b80$0271a8c0@anonymousdaemon.org> <20000714231246.C84045@strontium.scientia.demon.co.uk> <001201bfee1f$69428ff0$0271a8c0@anonymousdaemon.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--5p8PegU4iirBW1oA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Daniel Schrock wrote: > ps axl | grep nfs reports: > root 66 0.0 0.2 384 224 con- D 12:42AM 0:00.00 > nfs gateway:/savedisk /savedisk (mount_nfs) You need nfsiod running on the client. nfs_client_enable=3DYES in /etc/rc.conf, or run 'nfsiod -n 4' to start it manually. I think you may have to reboot for now -- you may have problems getting the process listed above to die. kill -9 never worked for me in those cases. what mount options are you using for the nfs mount? I recommend "bg" so that if the mount fails at boot time, the system will still come up, "intr" so you can hit ^C to terminate any processes which get stuck in an NFS call. You might also like to use "soft", though I'm not sure if that's a good idea in all cases. --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / --5p8PegU4iirBW1oA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: hBE1KQqt+j/5Ql4y6Z5itkOK6Z7PWQ+A iQCVAwUBOXBYmysPVtiZOS99AQEhqQP+NRX1Sz0TG924QBbEUpEhrppJvVYJ3WKq EabiiskVwm145VPrANPi9bOZ3HI55O4TRmMD9IM674EcOTQAhTNYOg4D+zo2DkKv rfYAqNTMZP6impONWqrAHbLQA3sCdMb46bh7RzCsdPJ9x5bCZvdebdmG/e1I7C3x N8jkrSpXHoI= =s7ER -----END PGP SIGNATURE----- --5p8PegU4iirBW1oA-- 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?20000715132708.D84045>