From owner-freebsd-questions@FreeBSD.ORG Tue Jan 21 12:03:47 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D66BD9DA for ; Tue, 21 Jan 2014 12:03:47 +0000 (UTC) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 50022156D for ; Tue, 21 Jan 2014 12:03:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id s0LC3K44089613; Tue, 21 Jan 2014 23:03:20 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Tue, 21 Jan 2014 23:03:20 +1100 (EST) From: Ian Smith To: krad Subject: Re: FreeBSD and Linux shared installation In-Reply-To: Message-ID: <20140121225122.G25136@sola.nimnet.asn.au> References: <20140121172736.A25136@sola.nimnet.asn.au> <20140121193035.K25136@sola.nimnet.asn.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Olivier Nicole , Polytropon , "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 12:03:47 -0000 On Tue, 21 Jan 2014 10:31:52 +0000, krad wrote: > if you want data exchange, you might be better going for nfs or cifs rather > than trying to keep it on disk. All of the issues with fs support then go > away, and you can keep each os install atomic For multiple boxes, sure, but perhaps you missed Polytropon's original: > For educational and experimental purposes, I'd like to install > FreeBSD along with two Linusi on a laptop. It has a 100 GB SATA > disk which should be sufficient. So I'm searching for important > advice and mentioning of pitfalls that I should avoid. I'm > planning to use FreeBSD 10.0, Kali Linux and Mageia. [..] cheers, Ian