Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 1998 11:32:26 -0500 (EST)
From:      Charlie Root <root@rtfm.ziplink.net>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   bin/6209: nitpicking on mount(8)
Message-ID:  <199804041632.LAA00999@rtfm.ziplink.net>

next in thread | raw e-mail | index | archive | help

>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



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