Date: Fri, 15 Sep 2000 08:47:47 -0400 From: "Matthew Emmerton" <matt@gsicomp.on.ca> To: "Doug Lee" <dgl@visi.com>, <freebsd-questions@FreeBSD.ORG> Subject: Re: umounting NFS on shutdown Message-ID: <003301c01f13$269061d0$1200a8c0@zircon> References: <Pine.BSF.4.21.0009142315040.339-100000@kirk.dsl.visi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message ----- From: "Doug Lee" <dgl@visi.com> To: <freebsd-questions@FreeBSD.ORG> Sent: Friday, September 15, 2000 12:18 AM Subject: umounting NFS on shutdown > Do I need to explicitly umount NFS mounts on shutdown by putting lines in > /etc/rc.shutdown? rc.shutdown looks to contain code to do just that, but > I find that NFS is still mounted after `shutdown now' (though the network > is down, which makes NFS mounts the source of some really annoying hangs > if I don't remember to get rid of them quickly). I'm not sure what info I > need to provide to help in answering this question, but I'll send on > anything requested. You may want to stick a 'umount -a -t nfs' into /etc/rc.shutdown which should unmount all NFS filesystems before the network is unavailable. -- Matthew Emmerton GSI Computer Services +1 (800) 217-5409 (Canada) 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?003301c01f13$269061d0$1200a8c0>