From owner-freebsd-bugs@FreeBSD.ORG Fri Dec 31 10:59:27 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 020BF1065670; Fri, 31 Dec 2010 10:59:27 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CDD2F8FC14; Fri, 31 Dec 2010 10:59:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBVAxQtA098273; Fri, 31 Dec 2010 10:59:26 GMT (envelope-from jh@freefall.freebsd.org) Received: (from jh@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBVAxQ2E098269; Fri, 31 Dec 2010 10:59:26 GMT (envelope-from jh) Date: Fri, 31 Dec 2010 10:59:26 GMT Message-Id: <201012311059.oBVAxQ2E098269@freefall.freebsd.org> To: estellnb@gmail.com, jh@FreeBSD.org, freebsd-bugs@FreeBSD.org From: jh@FreeBSD.org Cc: Subject: Re: bin/131113: mount(8) hangs on attempt to remount as rw X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2010 10:59:27 -0000 Synopsis: mount(8) hangs on attempt to remount as rw State-Changed-From-To: open->feedback State-Changed-By: jh State-Changed-When: Fri Dec 31 10:54:36 UTC 2010 State-Changed-Why: I couldn't reproduce this on 8.1. This works for me: # mount -t ext2fs -o ro /dev/ada0s1 /mnt # mount . . /dev/ada0s1 on /mnt (ext2fs, local, read-only) # mount -u -o rw /mnt # mount . . /dev/ada0s1 on /mnt (ext2fs, local) If you still see the problem, please provide exact commands to reproduce the hang. http://www.freebsd.org/cgi/query-pr.cgi?pr=131113