Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Dec 2010 10:59:26 GMT
From:      jh@FreeBSD.org
To:        estellnb@gmail.com, jh@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: bin/131113: mount(8) hangs on attempt to remount as rw
Message-ID:  <201012311059.oBVAxQ2E098269@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012311059.oBVAxQ2E098269>