From owner-freebsd-questions@FreeBSD.ORG Sat Sep 22 08:03:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42FEB16A41A for ; Sat, 22 Sep 2007 08:03:41 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 9E0EA13C4AA for ; Sat, 22 Sep 2007 08:03:40 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l8M8385X022399; Sat, 22 Sep 2007 10:03:08 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l8M838F6022396; Sat, 22 Sep 2007 10:03:08 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 22 Sep 2007 10:03:08 +0200 (CEST) From: Wojciech Puchar To: Maxim Khitrov In-Reply-To: <26ddd1750709211713o36dfabb5ua9f57747d75dc44@mail.gmail.com> Message-ID: <20070922100227.F22375@wojtek.tensor.gdynia.pl> References: <9F2B2568-9F37-4422-85F4-4740533A0DAD@dragffy.com> <26ddd1750709211713o36dfabb5ua9f57747d75dc44@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Gabriel Dragffy , freebsd-questions@freebsd.org Subject: Re: Software RAID5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 08:03:41 -0000 > and put the kernel on that. Just use fdisk and bsdlabel to write the > boot blocks. As long as the kernel has all needed drivers and you > specify which root device to use (either via kernel configuration or > /etc/fstab), that should allow you to put everything else on the RAID > array. This is how I currently do full-disk encryption on my laptop > using GELI. Kernel is outside, everything else is encrypted, same idea > for RAID. isn't making small 50MB partition for booting easier? /dev/ad0d.eli / ufs rw,noatime 0 1 /dev/ad0a /b ufs ro,noatime 0 2 boot is symlink to /b/boot