From owner-freebsd-questions@freebsd.org Mon Oct 5 22:43:47 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4C059B6950 for ; Mon, 5 Oct 2015 22:43:47 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 983967C9 for ; Mon, 5 Oct 2015 22:43:46 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id t95Mhjql056400 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 5 Oct 2015 16:43:45 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id t95MhjPd056397; Mon, 5 Oct 2015 16:43:45 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 5 Oct 2015 16:43:45 -0600 (MDT) From: Warren Block To: "William A. Mahaffey III" cc: FreeBSD Questions !!!! Subject: Re: Install issues In-Reply-To: <5612D59D.4030000@hiwaay.net> Message-ID: References: <5612938F.4080508@hiwaay.net> <20151005173644.d3b9c5ce.freebsd@edvax.de> <5612D59D.4030000@hiwaay.net> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 05 Oct 2015 16:43:45 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2015 22:43:47 -0000 On Mon, 5 Oct 2015, William A. Mahaffey III wrote: > durinstall, see commented out stuff, but I still wind up w/ no useful > partitions based on what is in /dev (no /dev/stripe or /dev/mirror directory, > never mind any entries there). The gmirror kernel module is not part of the GENERIC kernel, and must be loaded with 'gmirror load' before it will work. gstripe is beyond my comfort zone, but probably it is the same.