From owner-freebsd-hackers Wed May 1 22:02:16 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA15070 for hackers-outgoing; Wed, 1 May 1996 22:02:16 -0700 (PDT) Received: from cheops.anu.edu.au (avalon@cheops.anu.edu.au [150.203.76.24]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id WAA15041 Wed, 1 May 1996 22:02:02 -0700 (PDT) Message-Id: <199605020502.WAA15041@freefall.freebsd.org> Received: by cheops.anu.edu.au (1.37.109.16/16.2) id AA022083159; Thu, 2 May 1996 14:59:19 +1000 From: Darren Reed Subject: Re: NetBSD filesystem compatibility To: terry@lambert.org (Terry Lambert) Date: Thu, 2 May 1996 14:59:18 +1000 (EST) Cc: randy@zyzzyva.com, freebsd-current@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG In-Reply-To: <199605020132.SAA10930@phaeton.artisoft.com> from "Terry Lambert" at May 1, 96 06:32:43 pm X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In some mail from Terry Lambert, sie said: > > > Is it safe to assume that a NetBSD filesystem is ufs mountable from > > a FreeBSD system. I'm about to find this out within the hour, but > > would appreciate a "heads-up" if anyone has anything to share. > > Yes. > > Going the other way, you would have to explicitly change the > label on the FreeBSD swap partition to "swap" for NetBSD to > recognize it. The on disk structures are the same as for > 4.4BSD-Lite in both trees. Unless something has changed since 2.1R in this area, fsck will not like the partition information used by NetBSD. To stay on the safe side, I try to only mount the NetBSD partitions read-only and never read-write, if at all possible. darren