Received: (from majordomo@localhost) by oss.sgi.com (8.11.3/8.11.3) id f4SF8fY26651 for linux-xfs-outgoing; Mon, 28 May 2001 08:08:41 -0700 Received: from mail15.jump.net (mail15.jump.net [206.196.91.15]) by oss.sgi.com (8.11.3/8.11.3) with SMTP id f4SF8ed26635 for ; Mon, 28 May 2001 08:08:40 -0700 Received: from sgi.com (aus-dsl-dhcp1-26.customer.jump.net [63.163.168.26]) by mail15.jump.net (8.10.2/) with ESMTP id f4S2heY11619; Sun, 27 May 2001 21:43:40 -0500 (CDT) Message-ID: <3B11BC2A.1C8A94C1@sgi.com> Date: Sun, 27 May 2001 21:47:06 -0500 From: Eric Sandeen X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.2-SGI_XFS_1.0smp i686) X-Accept-Language: en MIME-Version: 1.0 To: Bruce Tenison CC: linux-xfs@oss.sgi.com Subject: Re: Errr... what's all this about then? References: <3B11B46D.9030009@earthlink.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Bruce Tenison wrote: Hm, not sure about the devfs thing, sure seems like it would not be related, but... I must admit that I have not yet really looked into this one. > Also, I noticed that, near the bottom of /etc/rc.d/init.d/halt there are > the following lines (note the ext2): > # Remount read only anything that's left mounted. > #echo $"Remounting remaining filesystems (if any) readonly" > mount | awk '/ext2/ { print $3 }' | while read line; do > mount -n -o ro,remount $line > done Ack! Nice catch, I guess we should fix that up, didn't think to look for ext2-specific things in the initscripts... one more for the eventual respin. I might file this in Red Hat's Bugzilla, just for kicks. :) > So I guess this is looking for an ext2 partition as the root and maybe > the only partition left to umount. Since it's root, I guess > we can only remount it ro. So I changed it to xfs, and placed a couple > of mount commands to show me whether or not it worked. > It doesn't seem to remount the root xfs partition read-only (at least > mount reports (rw) both before and after the remount). I think that's because of the "-n" option, it doesn't write to mtab, so "mount" won't show you the (ro) even though it is. -Eric -- Eric Sandeen XFS for Linux http://oss.sgi.com/projects/xfs sandeen@sgi.com SGI, Inc.