From owner-freebsd-questions@FreeBSD.ORG Thu Aug 14 18:51:39 2008 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 189681065674 for ; Thu, 14 Aug 2008 18:51:39 +0000 (UTC) (envelope-from montiburns@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id A7AAA8FC16 for ; Thu, 14 Aug 2008 18:51:38 +0000 (UTC) (envelope-from montiburns@googlemail.com) Received: by fg-out-1718.google.com with SMTP id l26so938990fgb.35 for ; Thu, 14 Aug 2008 11:51:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=VKi+lJmkvDhSZQr8rLWvDqNRRoPiO3RnL+1SsZUaOOY=; b=vVM4MjbZ/BWGGK9qO3NiW2MvAD24RSrijDEDpZrk+EprNkPVhKYGOU/Osa4MzJ8/AW wY+ButxILVMWY0eVexgCWxOsw2v+q0kRkMuFujLd6Jqp4iKFYRbNkIJjtKC2i9GBbcuH Nc//9AHgfPxisXPXTxC1eDM60f8563suCQR5c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=cehWDOQxdsgpW5REc+o4Tfgw93omvCjXqE7aHVFHuN4Mw+bAUysdSQhR7pZzawh2A2 3LH5OQF/xodHyLCDDNGDiX/mGArQXMMK+9poY0JCjj/ehCA0TgwQyHZxaLTJACEimhuA MCj2UtRDXPDMvcd/HxGC5DRQ19jADm3X3xtCw= Received: by 10.86.83.2 with SMTP id g2mr876655fgb.54.1218738375607; Thu, 14 Aug 2008 11:26:15 -0700 (PDT) Received: from ?84.166.155.48? ( [84.166.155.48]) by mx.google.com with ESMTPS id 4sm3831974fgg.4.2008.08.14.11.26.14 (version=SSLv3 cipher=RC4-MD5); Thu, 14 Aug 2008 11:26:14 -0700 (PDT) Message-ID: <48A478C5.3030002@googlemail.com> Date: Thu, 14 Aug 2008 20:26:13 +0200 From: "C.M. Burns" User-Agent: Thunderbird 1.5.0.14 (X11/20071210) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Migrate harddisk with FreeBSD into new machine 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: Thu, 14 Aug 2008 18:51:39 -0000 Hi list, I have a problem. A faulty machine was running freeBSD with a two harddisk software raid. now these two disks should be put into a new machine, but of course it won't boot because it is new hardware. Kernel just reports: cannot mount root device from /dev/mirror/gm0s1a (or sth like this). question is now, how can i add the correct driver into the initial ramdisk (if there is such a thing on bsd) so the machine finds the two drives? second question: how can i afterwards remove the software mirror and only use one harddisk from that moment on? any help is very welcom, as i have no idea about bsd. i am a linux guy ;) thanks!