From owner-freebsd-questions@FreeBSD.ORG Thu May 24 14:47:04 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6362A16A469 for ; Thu, 24 May 2007 14:47:04 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 2D0D313C46A for ; Thu, 24 May 2007 14:47:04 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l4OEh1Dp004359; Thu, 24 May 2007 10:43:01 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l4OEgxco004358; Thu, 24 May 2007 10:42:59 -0400 (EDT) (envelope-from jerrymc) Date: Thu, 24 May 2007 10:42:59 -0400 From: Jerry McAllister To: magikman Message-ID: <20070524144259.GA4322@gizmo.acns.msu.edu> References: <465453D7.3030107@dvterry.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <465453D7.3030107@dvterry.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Net/Force Install 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, 24 May 2007 14:47:04 -0000 On Wed, May 23, 2007 at 10:46:47AM -0400, magikman wrote: > Hello, > > The co-host that i use to host my email, web and DNS doesn't offer > the option of using FreeBSD. This isn't really a problem per-se, but i > would *really* rather use FreeBSD as it is what i am accustomed to and > most comfortable using. > > So, off to my question. They offer a "rescuemode" where i can boot into > and have full access to the disks. Do you think it would be possible to > maybe create an image of an existing BSD install with the same disk > makeup, etc. and dd it to the remote disk? Have any of you ever > attempted this before? The procedure that i was planning to use involved > using dd to pipe the image over a netcat connection. It may be possible. It depends a lot on what they actually are doing and what your host is actually running on. Is it a virtual machine? If so, you might have trouble using dd, but you might be able to do it another way. How does their 'rescue mode' work? Is it some BIOS thing or maybe additional hardware or some Ghost-like or Acronis system. It that case, it might be difficult, but maybe. Anyway, it might be do-able, but possibly more involved than just doing a dd. Anyway, dd is not the best way to move a complete disk image from one system to a dissimilar system. If you can get enough control over the disk, can you do an fdisk and bsdlabel on it. If so, then you can create partitions and make the disk bootable if it is a real disk and maybe even if it is a virtual disk. Then newfs the partitions to create file systems on them and use dump/restore to move file systems' data in to place on the disk. ////jerry > > Thanks! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"