From owner-freebsd-fs Fri Apr 30 13: 7:25 1999 Delivered-To: freebsd-fs@freebsd.org Received: from inet16.us.oracle.com (inet16.us.oracle.com [192.86.155.100]) by hub.freebsd.org (Postfix) with ESMTP id 9AABA15029 for ; Fri, 30 Apr 1999 13:07:23 -0700 (PDT) (envelope-from klh@us.oracle.com) Received: from churchy20.us.oracle.com (churchy20.us.oracle.com [144.25.80.97]) by inet16.us.oracle.com (8.8.5/8.8.5) with SMTP id NAA17575; Fri, 30 Apr 1999 13:07:23 -0700 (PDT) Received: by churchy20.us.oracle.com (5.59.11/37.7) id AA18746; Fri, 30 Apr 99 13:07:17 PDT Date: Fri, 30 Apr 99 13:07:16 PDT From: Ken Harrenstien To: Doug Rabson Cc: Ken Harrenstien , freebsd-fs@freebsd.org Subject: Re: When is a FFS not a FFS? In-Reply-To: Your message of Fri, 30 Apr 1999 20:26:24 +0100 (BST) Message-Id: Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > FreeBSD/alpha will mount UFS filesystems from NetBSD/alpha and OSF1 with > no problems at all. Your problem is that FreeBSD/i386 puts the disklabel > at a different place on the disk from the alpha OSs. On the alpha, the > disklabel is stored at offset 64 in block zero but on FreeBSD/i386, it is > stored at offset zero in block one of the FreeBSD fdisk slice (which can > be anywhere). If I understand this correctly, you are saying that FreeBSD *always* expects to find and use a DOS partition, regardless of the actual platform? NetBSD appears to be able to work automatically either way so I blindly assumed FreeBSD would be equally astute. Still learning about their differences... However, I'm still a bit confused as to why "disklabel -r" was able to find the disklabel. Is it using a different algorithm from the kernel? > I don't think FreeBSD/i386 is going to be sharing disks with different > disklabel policies any day soon. If someone like myself were to find the time to make this possible (by borrowing NetBSD code) would it be permitted in FreeBSD? Just want to be clear whether this is due to policy or simple lack of resources. Thanks! --Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message