From owner-freebsd-current@FreeBSD.ORG Mon Sep 20 15:47:07 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 100FC16A4CE for ; Mon, 20 Sep 2004 15:47:07 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACC9E43D2F for ; Mon, 20 Sep 2004 15:47:06 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 47AE6ACBCF; Mon, 20 Sep 2004 17:47:05 +0200 (CEST) Date: Mon, 20 Sep 2004 17:47:05 +0200 From: Pawel Jakub Dawidek To: Sven Willenberger Message-ID: <20040920154705.GF88658@darkness.comp.waw.pl> References: <1095693022.20080.9.camel@lanshark.dmv.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7cm2iqirTL37Ot+N" Content-Disposition: inline In-Reply-To: <1095693022.20080.9.camel@lanshark.dmv.com> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: current@freebsd.org Subject: Re: How to autostart geom_stripe? 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: Mon, 20 Sep 2004 15:47:07 -0000 --7cm2iqirTL37Ot+N Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 20, 2004 at 11:10:22AM -0400, Sven Willenberger wrote: +> FreeBSD-5.3-Beta4 +> I created a striped volume, newfs and mounted it fine and added the +> entry in /etc/fstab. (created using the label so as to write the +> metadata to disk and with a name of "thevolume") +>=20 +> I added geom_stripe_load=3D"YES" in /boot/loader.conf +>=20 +> On bootup at the fsck stage, I get the message "could not stat /dev/ +> stripe/thevolume. From single user, geom stripe load will load the +> device and start the stripe at which point all is fine again. My +> question is, is there another flag I need to set to have this startup at +> boot time? I've some suspicion. Could you try this patch: http://people.freebsd.org/~pjd/patches/g_stripe.c.patch (so you have to: # cd /sys/geom/stripe # patch < /path/to/g_stripe.c.patch # cd /sys/modules/geom/geom_stripe # make && make install # reboot ) And give me output of: # dmesg | grep skipping --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --7cm2iqirTL37Ot+N Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBTvt5ForvXbEpPzQRAnCNAKDc8ckD5T4/TKrPZCkhfeYsW0nmEwCgyCsW 1tDRMljJTjegEcxwryyL7h8= =VWqW -----END PGP SIGNATURE----- --7cm2iqirTL37Ot+N--