From owner-freebsd-current Tue Nov 19 19:49:57 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0762137B404 for ; Tue, 19 Nov 2002 19:49:57 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2385E43E4A for ; Tue, 19 Nov 2002 19:49:56 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id gAK3nten027106 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Tue, 19 Nov 2002 22:49:55 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id gAK3nt2M027103; Tue, 19 Nov 2002 22:49:55 -0500 (EST) (envelope-from wollman) Date: Tue, 19 Nov 2002 22:49:55 -0500 (EST) From: Garrett Wollman Message-Id: <200211200349.gAK3nt2M027103@khavrinen.lcs.mit.edu> To: "kai ouyang" Cc: Current@FreeBSD.ORG Subject: Re: Hi,a little question about DP2. In-Reply-To: References: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > I don't know why the 'c' partition doesn't start at 0. > It is strange. For backwards compatibility, the FreeBSD 4.x kernel would fake up the partition tables so that they would look like old (pre-slicing) FreeBSD partition tables; i.e., the starting offset of the slice would be subtracted from all of the partition offsets on read and added back in on write. The disk partitioning subsystem in 5.x doesn't do this. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message