Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.12.5/8.12.5) with ESMTP id g6BIRnRw013100 for ; Thu, 11 Jul 2002 11:27:49 -0700 Received: (from majordomo@localhost) by oss.sgi.com (8.12.5/8.12.3/Submit) id g6BIRnrq013099 for linux-xfs-outgoing; Thu, 11 Jul 2002 11:27:49 -0700 X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-xfs@oss.sgi.com using -f Received: from zeus-e8.americas.sgi.com ([198.149.7.250]) by oss.sgi.com (8.12.5/8.12.5) with SMTP id g6BIReRw012477 for ; Thu, 11 Jul 2002 11:27:41 -0700 Received: from tulip-e185.americas.sgi.com (tulip-e185.americas.sgi.com [128.162.185.208]) by zeus-e8.americas.sgi.com (SGI-SGI-8.9.3/americas-smart-nospam1.1) with ESMTP id NAA42368; Thu, 11 Jul 2002 13:32:09 -0500 (CDT) Received: from [192.168.1.100] (cf-vpn-sw-corp-64-4.corp.sgi.com [134.15.64.4]) by tulip-e185.americas.sgi.com (980427.SGI.8.8.8/SGI-server-1.7) with ESMTP id NAA99677; Thu, 11 Jul 2002 13:32:08 -0500 (CDT) Subject: Re: md + xfs (fwd) From: Stephen Lord To: Mihai RUSU Cc: Simon Matter , Seth Mos , Linux XFS List In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 11 Jul 2002 13:27:33 -0500 Message-Id: <1026412055.4639.12.camel@localhost.localdomain> Mime-Version: 1.0 X-Spam-Status: No, hits=-4.4 required=5.0 tests=IN_REP_TO version=2.20 X-Spam-Level: Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk On Thu, 2002-07-11 at 11:37, Mihai RUSU wrote: > On Thu, 11 Jul 2002, Simon Matter wrote: > > > When booting a RedHat system with softraid, the linuxrc script looks > > something like this: > > > > #!/bin/nash > > > > echo "Loading raid1 module" > > insmod /lib/raid1.o > > mount -t proc /proc /proc > > echo Mounting /proc filesystem > > echo Creating root device > > mkrootdev /dev/root > > raidautorun /dev/md0 > > echo 0x0100 > /proc/sys/kernel/real-root-dev > > umount /proc > > echo Mounting root filesystem > > mount --ro -t xfs /dev/root /sysroot > > pivot_root /sysroot /sysroot/initrd > > > > The mount command is a builtin command of /bin/nash, maybe this explains > > the different behaviour. I hope one of the gurus can explain it to us. > > > > Simon > > I must add that the system is Slackware 8.0 based. The MD support is > compiled in kernel (no modules support). The partitions are of type RAID > autodetect so linux can detect them at boot time. Also the / and /home > partitions are NOT on the md0 divice. Only /var is. > I do not really have any suggestions for you as to why the log appeared clean, maybe you really were not mounted when the power was pulled. As for the filesystem, all you can do is run xfs_check when you get a chance. Steve