From owner-freebsd-questions@FreeBSD.ORG Tue Jan 21 13:13:15 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 C80138D6 for ; Tue, 21 Jan 2014 13:13:15 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8542F1AFA for ; Tue, 21 Jan 2014 13:13:15 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W5b8i-0004zG-Bn for freebsd-questions@freebsd.org; Tue, 21 Jan 2014 14:13:12 +0100 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginm.net ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jan 2014 14:13:12 +0100 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginm.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jan 2014 14:13:12 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: Re: FreeBSD and Linux shared installation Date: Tue, 21 Jan 2014 13:12:40 +0000 (UTC) Lines: 26 Message-ID: References: <20140121060405.396586d4.freebsd@edvax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginm.net User-Agent: XPN/1.2.6 (Street Spirit ; FreeBSD) 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 13:13:15 -0000 Polytropon wrote: > 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. Here are > some problems or considerations I expect to be facing: > I have FreeBSD and two Linuxes installed on my laptop. My setup is: MBR Boot with GRUB2 All three share the same (extended) partition for swap. Shared data partitions are EXT2 (AFAIK FreeBSD can mount EXT3 but treats it as EXT2 - i.e. no journalling). One of the Linuxes is installed in an extended partition I don't claim that my setup is absolutely optimal, but it's been 100% reliable and works for me. Note: My use of the word "partition" is in the Linux sense. HTH.