From owner-freebsd-geom@FreeBSD.ORG Wed May 14 08:50:10 2008 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D5AA106566B for ; Wed, 14 May 2008 08:50:10 +0000 (UTC) (envelope-from news@nermal.rz1.convenimus.net) Received: from dd17730.kasserver.com (dd17730.kasserver.com [85.13.138.103]) by mx1.freebsd.org (Postfix) with ESMTP id C084E8FC19 for ; Wed, 14 May 2008 08:50:09 +0000 (UTC) (envelope-from news@nermal.rz1.convenimus.net) Received: from nermal.rz1.convenimus.net (sub87-230-112-4.he-dsl.de [87.230.112.4]) by dd17730.kasserver.com (Postfix) with ESMTP id 245801870A433 for ; Wed, 14 May 2008 10:50:10 +0200 (CEST) Received: by nermal.rz1.convenimus.net (Postfix, from userid 8) id 1C2DE152F5; Wed, 14 May 2008 10:24:11 +0200 (CEST) To: freebsd-geom@freebsd.org Path: not-for-mail From: Christian Baer Newsgroups: gmane.os.freebsd.devel.geom Date: Wed, 14 May 2008 10:49:58 +0200 Organization: Convenimus Projekt Lines: 38 Message-ID: References: <482A9F05.1060909@field.hu> NNTP-Posting-Host: arlene.rz1.convenimus.net Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: nermal.rz1.convenimus.net 1210753450 19953 192.168.100.7 (14 May 2008 08:24:10 GMT) X-Complaints-To: abuse@convenimus.net NNTP-Posting-Date: Wed, 14 May 2008 08:24:10 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.14) Gecko/20080421 Thunderbird/2.0.0.14 Mnenhy/0.7.5.0 In-Reply-To: <482A9F05.1060909@field.hu> Subject: Re: Kernel with crypto and geli won't mount / X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 08:50:10 -0000 oxy wrote: > in your dmesg i don't see the mirrors.. > did you compiled it in the kernel too? > (or just load the module) > after you load gmirror, geli will work too No, I did not compile gmirror into the kernel. Normally, the gmirrors are started by gmirror load In case this wasn't clear: There are two gmirrors on the drives and on top of these are two encrypted providers (so basicly, the mirrors are encrypted). Neither are needed at boot time! Here is my fstab: # Device Mountpoint FStype Options Dump Pass# /dev/da0b none swap sw 0 0 /dev/da0a / ufs rw,sync 1 1 /dev/da0h /tmp ufs rw,async 2 2 /dev/da1f /usr ufs rw 2 2 /dev/da0f /usr/obj ufs rw,async 2 2 /dev/da0g /var ufs rw 2 2 /dev/cd0 /cdrom cd9660 ro,noauto 0 0 The mirrors *are* on these two physical drives but only contain data (as in blueprints, letters, project photos, contracts etc.). So basicly, the mirrors and geli aren't needed for FreeBSD itself but only to access the data stored on the system. And my problem is that FreeBSD won't even boot when I compile geli and crypto into the kernel - although neither are needed at boot time. So either there is a code problem somewhere or I need to change something that I couldn't find documented anywhere so far. Regards Chris