From owner-freebsd-bugs Sat Apr 4 08:40:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA06872 for freebsd-bugs-outgoing; Sat, 4 Apr 1998 08:40:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA06863; Sat, 4 Apr 1998 08:40:03 -0800 (PST) (envelope-from gnats) Received: from aldan.ziplink.net (mi@kot.ne.mediaone.net [24.128.29.55]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA04972 for ; Sat, 4 Apr 1998 08:32:30 -0800 (PST) (envelope-from root@rtfm.ziplink.net) Received: from rtfm.ziplink.net (rtfm [199.232.255.52]) by aldan.ziplink.net (8.8.8/8.8.7) with ESMTP id QAA00656 for ; Sat, 4 Apr 1998 16:32:27 GMT (envelope-from root@rtfm.ziplink.net) Received: (from root@localhost) by rtfm.ziplink.net (8.8.8/8.8.5) id LAA00999; Sat, 4 Apr 1998 11:32:26 -0500 (EST) Message-Id: <199804041632.LAA00999@rtfm.ziplink.net> Date: Sat, 4 Apr 1998 11:32:26 -0500 (EST) From: Charlie Root Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/6209: nitpicking on mount(8) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6209 >Category: bin >Synopsis: No rw from ro if was not clean. fsck-ing does not help >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 4 08:40:02 PST 1998 >Last-Modified: >Originator: Mikhail Teterin >Organization: Virtual Estates, Inc. >Release: FreeBSD 3.0-CURRENT i386 >Environment: CURRENT as of Wed Mar 11 11:52:42 EST 1998 >Description: See below >How-To-Repeat: For a non-clean partition: mount -o ro /partition # Succeeds with warning, as supposed to mount -u -o rw /partition # Fails as supposed to fsck /partition # Works and cleans things up. Sets the clean-flag mount -u -o rw /partition # Fails, which is now wrong >Fix: umount /partition # Full umount is needed first mount /partition # Works fine >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message