From owner-freebsd-current@FreeBSD.ORG Mon Sep 20 15:10:38 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 CD3A516A4CE for ; Mon, 20 Sep 2004 15:10:38 +0000 (GMT) Received: from smtp-gw-cl-d.dmv.com (smtp-gw-cl-d.dmv.com [216.240.97.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C48F43D1F for ; Mon, 20 Sep 2004 15:10:38 +0000 (GMT) (envelope-from sven@dmv.com) Received: from lanshark.dmv.com (lanshark.dmv.com [216.240.97.46]) by smtp-gw-cl-d.dmv.com (8.12.10/8.12.10) with ESMTP id i8KFB8ci045716 for ; Mon, 20 Sep 2004 11:11:08 -0400 (EDT) (envelope-from sven@dmv.com) From: Sven Willenberger To: current@freebsd.org Content-Type: text/plain Date: Mon, 20 Sep 2004 11:10:22 -0400 Message-Id: <1095693022.20080.9.camel@lanshark.dmv.com> Mime-Version: 1.0 X-Mailer: Evolution 1.5.9 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.39 Subject: 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:10:38 -0000 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") I added geom_stripe_load="YES" in /boot/loader.conf 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? Sven