Date: Thu, 18 Feb 1999 18:53:37 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Andrew McNaughton <andrew@squiz.co.nz> Cc: Cy Schubert - ITSD Open Systems Group <Cy.Schubert@uumail.gov.bc.ca>, Ted Spradley <tsprad@set.spradley.tmi.net>, Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE>, freebsd-stable@FreeBSD.ORG Subject: Re: no dirty bufs panics any more... Message-ID: <199902190253.SAA28595@apollo.backplane.com> References: <199902190146.BAA24710@aniwa.sky>
next in thread | previous in thread | raw e-mail | index | archive | help
:> done :> sleep 10 :> umount -vatmfs || echo MFS umount failed. : : :It appears that a kill -9 gets ignored if there's still files open on the mfs. : :Other than killing the process, how do you umount a manually started mfs? With 'umount' :-) The MFS process is not running in userland. It ignores all signals except when there are no active references to it. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902190253.SAA28595>