From owner-freebsd-questions@FreeBSD.ORG Wed Jun 19 17:41:49 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 61B7911F for ; Wed, 19 Jun 2013 17:41:49 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 26C9412D3 for ; Wed, 19 Jun 2013 17:41:48 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r5JHfmo2002103; Wed, 19 Jun 2013 11:41:48 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r5JHfmwE002100; Wed, 19 Jun 2013 11:41:48 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 19 Jun 2013 11:41:48 -0600 (MDT) From: Warren Block To: Istvan Gabor Subject: Re: FreeBSD slice/partiton setup question In-Reply-To: <5b0c4c76.5d73a4fb.51c09c79.2f6f2@lajt.hu> Message-ID: References: <5b0c4c76.5d73a4fb.51c09c79.2f6f2@lajt.hu> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Wed, 19 Jun 2013 11:41:48 -0600 (MDT) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jun 2013 17:41:49 -0000 There have been some excellent responses, and I just wanted to add a quick point: Virtual machines with VirtualBox work very well and avoid the problem of trying to make compatible partition layouts. Enable sshd on FreeBSD and get to the files with rsync or scp or some FUSE module on the other computer. Besides avoiding the whole problem of mixed partition schemes, it means both operating systems can run at the same time. The host computer can be used to look up things on the web about setting up the VM guest, while the guest is actually running.