From owner-freebsd-current@FreeBSD.ORG Mon Sep 20 10:05:00 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 22B5B16A4CE for ; Mon, 20 Sep 2004 10:05:00 +0000 (GMT) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9B3943D2F for ; Mon, 20 Sep 2004 10:04:58 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received-SPF: pass (eva.fit.vutbr.cz: domain of xdivac02@eva.fit.vutbr.cz designates 127.0.0.1 as permitted sender) receiver=eva.fit.vutbr.cz; client_ip=127.0.0.1; envelope-from=xdivac02@eva.fit.vutbr.cz; Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (8.12.11/8.12.11) with ESMTP id i8KA4sce065705 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 20 Sep 2004 12:04:54 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.12.11/8.12.5/Submit) id i8KA4spM065704 for current@freebsd.org; Mon, 20 Sep 2004 12:04:54 +0200 (CEST) Date: Mon, 20 Sep 2004 12:04:54 +0200 From: Divacky Roman To: current@freebsd.org Message-ID: <20040920100454.GA65527@stud.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) Subject: problem with gmirror on boot 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 10:05:00 -0000 Hi, I am using gmirror for my /home kasandra ~# cat /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a / ufs rw,noatime 1 1 /dev/mirror/data /home ufs rw,noatime 1 2 and I have this: kasandra ~# cat /boot/loader.conf geom_mirror_load="YES" but the problem is that the /dev/mirror/data is not created on boot. I must manually unload (if geom_mirror_load=YES is defined) and then load geom_mirror module - then its properly detected and /dev/mirror/ entries created.. everything else is fine. am I doing anything wrong? I can provide any info you ask for... btw: it works when I use gmirror for /. thnx for attention (and help) roman