From owner-freebsd-current Wed Nov 27 0:51:57 2002 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 D6BC237B401; Wed, 27 Nov 2002 00:51:56 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AB5943EAF; Wed, 27 Nov 2002 00:51:55 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id TAA16428; Wed, 27 Nov 2002 19:51:46 +1100 Date: Wed, 27 Nov 2002 20:05:23 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Robert Watson Cc: bsdc@xtremedev.com, Hiten Pandya , Subject: Re: ACLs on the boot partition? In-Reply-To: Message-ID: <20021127195019.W7258-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 26 Nov 2002, Robert Watson wrote: > tunefs changes the flag for the next mount, so doesn't take immediate > effect. Once you've tunefs'd a read-only file system, you need to unmount > and remount it -- for the file system root, this generally means > rebooting. Just to confirm: you're running with GENERIC, or with a kernel Er, what is the mount(..., MNT_RELOAD ...) in tunefs for then? Unmounting and remounting should not be necessary for any read-only file system including "/". You can do the MNT_RELOAD from the command line using mount -u if tunefs doesn't do it. I have some old fixes for tunefs which fix missing remounts as a side effect. In -current, tunefs only detects mounted filesystems if they are in fstab. It clobbers read-write mounted filesystems and fails to remount read-only mounted file systems if they are not detected. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message