From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 17 20:44:19 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FAF416A41F for ; Sat, 17 Dec 2005 20:44:19 +0000 (GMT) (envelope-from hampi@rootshell.be) Received: from mail22.bluewin.ch (mail22.bluewin.ch [195.186.19.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A528443D45 for ; Sat, 17 Dec 2005 20:44:18 +0000 (GMT) (envelope-from hampi@rootshell.be) Received: from twelvegates.homeip.net (81.63.49.119) by mail22.bluewin.ch (Bluewin 7.2.069.1) id 43926166002FBCE2 for freebsd-hackers@freebsd.org; Sat, 17 Dec 2005 20:44:17 +0000 Received: from gicco.here (localhost [127.0.0.1]) by twelvegates.homeip.net (8.13.4/8.13.1) with ESMTP id jBHKiH6n053932 for ; Sat, 17 Dec 2005 21:44:17 +0100 (CET) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by gicco.here (8.13.4/8.12.11/Submit) id jBHKiH8R053931 for freebsd-hackers@freebsd.org; Sat, 17 Dec 2005 21:44:17 +0100 (CET) (envelope-from hampi@rootshell.be) X-Authentication-Warning: gicco.here: idefix set sender to hampi@rootshell.be using -f Date: Sat, 17 Dec 2005 21:44:17 +0100 From: Hanspeter Roth To: freebsd-hackers@freebsd.org Message-ID: <20051217204417.GA27466@twelvegates.homeip.net> Mail-Followup-To: freebsd-hackers@freebsd.org References: <20051217122006.GA2758@twelvegates.homeip.net> <20051217134258.GC1706@britannica.bec.de> <20051217171029.GB14214@twelvegates.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Subject: Re: accessing NetBSD filesystem X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-hackers@freebsd.org List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2005 20:44:19 -0000 On Dec 17 at 20:07, Mathieu Arnold spoke: > +-Le 17/12/2005 18:10 +0100, Hanspeter Roth a dit : > | On Dec 17 at 14:42, joerg@britannica.bec.de spoke: > | > |> On Sat, Dec 17, 2005 at 01:20:06PM +0100, Hanspeter Roth wrote: > |> > > |> > is it possible to access Fast Filesystems from a NetBSD installation > |> > on the same disk? > |> > |> As long as they have the same Endianess, yes. You might get some > |> warnings about the disklabel, otherwise it should be fine. > | > | How can one activate the Fast Filesystem support? Is there a kernel > | module to load? Shouldn't the respective entries /dev/ad0s4* appear > | provided the NetBSD installation is in /dev/ad0s4? > > FFS == UFS. Fdisk shows sysid 165 (0xa5) for partition 3. This is where FreeBSD is installed. And Fdisk shows sysid 169 (0xa9) for partition 4. This is where NetBSD is installed. In /dev there are ad0s3 and ad0s3[a-g] but there is only a ad0s4. So how can filesystems of my NetBSD in ad0s4 be accessed? -Hanspeter