Date: Mon, 23 Jul 2007 19:59:07 -0700 From: Garrett Cooper <youshi10@u.washington.edu> To: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: mount that cant be killed Message-ID: <46A56AFB.3060002@u.washington.edu> In-Reply-To: <f84c38580707231705x4fb7c54dyb7bb7d770a2d72ee@mail.gmail.com> References: <f84c38580707231705x4fb7c54dyb7bb7d770a2d72ee@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Tsu-Fan Cheng wrote: > hi, > just found out that i have some mount process that cant be killed. I > was > trying to mount a digital photo frame but failed, I issued "mount_msdos > /dev/da0 /mnt" on console. After seeing it not returned, I login from > another console and killed the previous login. Now the mount process is > still there. what should I do instead of reboot?? thanks!! > > TFC It's most likely stuck on some sort of signal handler or section of code. Try signals 1-25 and see which one does kill mount. You should email the maintainer though and let them know of your results, esp if you get a core dump from mount. -Garrett
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46A56AFB.3060002>