From owner-freebsd-current@FreeBSD.ORG Wed Dec 8 11:53:37 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6033E16A4CE for ; Wed, 8 Dec 2004 11:53:37 +0000 (GMT) Received: from email08.aon.at (warsl404pip7.highway.telekom.at [195.3.96.91]) by mx1.FreeBSD.org (Postfix) with SMTP id 5DC5F43D58 for ; Wed, 8 Dec 2004 11:53:36 +0000 (GMT) (envelope-from shoesoft@gmx.net) Received: (qmail 317778 invoked from network); 8 Dec 2004 11:53:35 -0000 Received: from m096p026.dipool.highway.telekom.at (HELO localhost.localdomain) ([62.46.1.250]) (envelope-sender ) by email08.aon.at (qmail-ldap-1.03) with SMTP for ; 8 Dec 2004 11:53:35 -0000 From: Stefan Ehmann To: Poul-Henning Kamp Content-Type: text/plain Date: Wed, 08 Dec 2004 12:53:33 +0100 Message-Id: <1102506813.1090.14.camel@taxman> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: ext2fs oddness X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 11:53:37 -0000 Today, after recovering from a crash, I noticed some strangeness. I got this line in my /etc/fstab: /dev/ad1s1 /mnt/stuff ext2fs ro,noauto After the crash, I got this when I tried to mount the filesystem: WARNING: R/W mount denied. Filesystem is not clean - run fsck So the filesystem was modified although it was mounted read-only. And it also complained that it couldn't be mounted rw although I only wanted it mounted ro. So this looks like it was mounted rw instead of ro. df though says: /dev/ad1s1 on /mnt/stuff (ext2fs, local, read-only) Also this doesn't work: touch /mnt/stuff/foo touch: /mnt/stuff/foo: Read-only file system I suspect your mount patch since I haven't seen this before.