Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 2004 17:47:05 +0200
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        Sven Willenberger <sven@dmv.com>
Cc:        current@freebsd.org
Subject:   Re: How to autostart geom_stripe?
Message-ID:  <20040920154705.GF88658@darkness.comp.waw.pl>
In-Reply-To: <1095693022.20080.9.camel@lanshark.dmv.com>
References:  <1095693022.20080.9.camel@lanshark.dmv.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040920154705.GF88658>