From owner-freebsd-stable@FreeBSD.ORG Tue Feb 12 01:06:38 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E85C16A41B for ; Tue, 12 Feb 2008 01:06:38 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DE0B113C45B; Tue, 12 Feb 2008 01:06:34 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47B0F117.4030105@FreeBSD.org> Date: Tue, 12 Feb 2008 02:06:31 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Joe Peterson References: <47B0EA08.10202@skyrush.com> In-Reply-To: <47B0EA08.10202@skyrush.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: mount of ext2fs volume stuck in "D+" state (disk uninterruptible wait) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 01:06:38 -0000 Joe Peterson wrote: > I just tried (under FreeBSD 7.0-RC1) to mount an ext2fs volume - I've > mounted it before with no trouble on this same FreeBSD version. This > time, mount appeared to hang. I noticed that I can see the contents of > the volume under the mount point, so the mount seemed to "work", but the > process is stuff. "ps" shows: > > root 1307 0.0 0.0 3156 792 p6 D+ 5:21PM 0:00.00 mount > /mnt/linux-home > > The "ps" man page says that "D" means: "Marks a process in disk (or > other short term, uninterruptible) wait." > > Is there any way I can investigate what is going on? I cannot umount > (device busy) or break out of the mount command... http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html Kris