From owner-freebsd-current@FreeBSD.ORG Fri Mar 2 05:41:38 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB39516A402 for ; Fri, 2 Mar 2007 05:41:38 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from mail.asahi-net.or.jp (mail1.asahi-net.or.jp [202.224.39.197]) by mx1.freebsd.org (Postfix) with ESMTP id 7245613C481 for ; Fri, 2 Mar 2007 05:41:38 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from dynabook-freebsd.advok.com (pool-151-197-161-73.phil.east.verizon.net [151.197.161.73]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 65CDC2FF41; Fri, 2 Mar 2007 14:41:31 +0900 (JST) Date: Fri, 2 Mar 2007 00:39:18 -0500 From: Yoshihiro Ota To: Ed Schouten Message-Id: <20070302003918.8e9327ec.ota@j.email.ne.jp> In-Reply-To: <20070228080252.GK11232@hoeg.nl> References: <20070228012936.59d5d6ca.ota@j.email.ne.jp> <20070228080252.GK11232@hoeg.nl> X-Mailer: Sylpheed version 2.2.9 (GTK+ 2.10.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: readonly mount is not properly dismounted X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 02 Mar 2007 05:41:38 -0000 On Wed, 28 Feb 2007 09:02:52 +0100 Ed Schouten wrote: > * Yoshihiro Ota wrote: > > WARNING: /mnt/tmp was not properly dismounted > > > > I think all of us familier with this messages. However, I am > > wondering why I sometime get this message on read-only mounted > > filesystems. To be more exact, I have some uzipped files and from > > time to time, I get this warning on these. > > > > Does anyonw know why read-only filesystems get dirty? > > I've seen this problem where mountd remounts all filesystems read-write, > even though they are not even mentioned in /etc/exports. I once made a > PR for it. Let me take a look... gotcha: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=106636 > > Are you running mound on the machine in question? > > Yours, Yes, mountd is running. Although it is not physically read-only file system like CD-ROM, the device is read-only and even mount is aware of it. That brought up my question. # mount /dev/md2.uzip /mnt/obj/ mount: /dev/md2.uzip : Read-only file system Regards, Hiro