From owner-freebsd-questions@FreeBSD.ORG Tue Jan 21 10:31:54 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96DBD1000 for ; Tue, 21 Jan 2014 10:31:54 +0000 (UTC) Received: from mail-qc0-x229.google.com (mail-qc0-x229.google.com [IPv6:2607:f8b0:400d:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 504201DB0 for ; Tue, 21 Jan 2014 10:31:54 +0000 (UTC) Received: by mail-qc0-f169.google.com with SMTP id w7so6978123qcr.0 for ; Tue, 21 Jan 2014 02:31:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=DlDrUUVIqsyBxGa3M1oYRblTMggdvgJExZCePAz1hFs=; b=U9rC8BE+T/x+H8AU1AhwkZ4G4t4DZkoAwZ94kkDPHZ/PEZtBf1VAQ+s3Zn77xgzfkm TBtPeANDEusar0RXp3E/IDXP/1OQJcNhevQ/rS4eVHMkcvXEXqBWyqXlqIsYPd5k5XnC +XBeILBKcwoP38kpenK9RtIe9lJ5/FJA05LphSpr50qKyDCu5zjZBMujvasnj4qP/XRC pj6PYrOzddy6HQV8WT20QhI/cIAU1w+6Gq/UEeBY+M+KbKOCNimppg73xXTeErLfKIVF 5M+yvl4Vm4VBsT2MhJk/b3C9AaHcX+0Niy9MRdwThUHb9kjEO5FrTrM4BBIKXdMu48DO y+Tw== MIME-Version: 1.0 X-Received: by 10.140.102.204 with SMTP id w70mr33272800qge.110.1390300313057; Tue, 21 Jan 2014 02:31:53 -0800 (PST) Received: by 10.96.37.227 with HTTP; Tue, 21 Jan 2014 02:31:52 -0800 (PST) In-Reply-To: References: <20140121172736.A25136@sola.nimnet.asn.au> <20140121193035.K25136@sola.nimnet.asn.au> Date: Tue, 21 Jan 2014 10:31:52 +0000 Message-ID: Subject: Re: FreeBSD and Linux shared installation From: krad To: Olivier Nicole Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Polytropon , Ian Smith , "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 10:31:54 -0000 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 On 21 January 2014 09:17, Olivier Nicole wrote: > Ian, > > > The main issue there is that from FreeBSD you'd be working with a (say) > > ext2/3 partition as /home, when you really have to be sure that FreeBSD > > handles R/W flawlessly with it rather than with UFS2+SU(+J), especially > > regarding crash recovery. Perhaps with FUSE that might be solid enough, > > but personally I tend to trust native formats and tools better, whether > > from the FreeBSD or Linux side. > > I think that Linux (Ubuntu) supports UFS. As I have no machine with > oth system, I never pushed further, but I think I remember seeing an > option to format a partition using UFS in Ubuntu install. > > Let me give it a trty. > > Olivier > > > > > > > > Extend. #1 > > > > > log. dr. #1 Kali Linux 15 GB /dev/sda5 > > > > > log. dr. #2 Mageia Linux 15 GB /dev/sda6 > > > > > > > > From FreeBSD accessing my old OS/2 partitions I seem to recall that > > > > /dev/ada0s5 is the ext drive itself, and within would be ada0s6 and > s7, > > > > though the above nomenclature would be right from Linux' POV. > > > > > > In Linux too (Ubuntu) the Extended #1 is partition #4 and being > > > splited into logical partition #5 and #6. Basically what you write > > > Ian, but you missed the #4: /dev/ada0s4 is the ext drive itself, and > > > within would be ada0s5 and s6... > > > > I'm still not sure about that from FreeBSD's perspective. Remembering > > back to '98-'99 when I salvaged years of OS/2 work, especially code, and > > those disks only had 3 primary partitions ('C:', OS/2 Boot Manager, then > > drives D: through I: or J: on the extended partition, but with no s4 I > > still had to start at s5, with s6 the first mountable partition (after > > having built the HPFS code which is still in the tree, at 9.1 anyway). > > > > However I may be misremembering (non-ECC memory :) so perhaps Polytropon > > could show us an 'ls /dev/ada0*' when it's done? > > > > cheers, Ian > _______________________________________________ > 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" >