From owner-freebsd-current@FreeBSD.ORG Wed May 17 07:45:49 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 8958716A53A for ; Wed, 17 May 2006 07:45:49 +0000 (UTC) (envelope-from rosti.bsd@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A90E43D45 for ; Wed, 17 May 2006 07:45:48 +0000 (GMT) (envelope-from rosti.bsd@gmail.com) Received: by nf-out-0910.google.com with SMTP id x29so74106nfb for ; Wed, 17 May 2006 00:45:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=pikV1DGJT8SQJFoXUNGFOcKD6vJeElIaWGf0lellFINbJsepzKmMXtgNNrg8OlXMhSlbgRVToHVaBbJG78hW1vKMZ171GcQaLXS5OvFf3sgzfEMs1HH9Fxuu+0fJJX5fLVbXFQExHnuLVvpZ2GewpA3aICzGBh5XXcqpND0R+dc= Received: by 10.48.161.5 with SMTP id j5mr483134nfe; Wed, 17 May 2006 00:45:47 -0700 (PDT) Received: from saturn.lan ( [212.143.154.227]) by mx.gmail.com with ESMTP id l38sm1787595nfc.2006.05.17.00.45.43; Wed, 17 May 2006 00:45:46 -0700 (PDT) Date: Wed, 17 May 2006 10:45:31 +0300 From: Rostislav Krasny To: Pawel Jakub Dawidek Message-Id: <20060517104531.ee66f23e.rosti.bsd@gmail.com> In-Reply-To: <20060517065702.GC96341@garage.freebsd.pl> References: <20060515150504.44b3a065.rosti.bsd@gmail.com> <4468FA1C.7040105@fubar.geek.nz> <20060516084310.05af8de4.rosti.bsd@gmail.com> <20060516202529.1d725675@sol> <20060516230400.5178bcdf.rosti.bsd@gmail.com> <20060516223639.0637dd0e@sol> <6eb82e0605161926y3ff4a1a3l8a369723cf7c3352@mail.gmail.com> <20060517065702.GC96341@garage.freebsd.pl> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: marius.nuennerich@gmx.net, freebsd-current@freebsd.org, grafan@gmail.com, andrew@fubar.geek.nz Subject: Re: BSDInstaller snapshot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 07:45:49 -0000 On Wed, 17 May 2006 08:57:02 +0200 Pawel Jakub Dawidek wrote: > On Tue, May 16, 2006 at 10:26:54PM -0400, Rong-en Fan wrote: > +> >From bsdlabel(8): > +> > +> The first partition should start at offset 16, because the first 16 > +> sectors are reserved for metadata. > +> > +> I think BSDInstaller should change to not create first slice at offset 0. ^^^^^ Yet another "bsd slice" / "bsd partition" confusion? :-) > > Grrr!!! DEFINITELY! Please, first partition at offset 16. Interesting. Sysinstall makes the first "a" partition on a slice at offset 0 and FreeBSD works properly. What is this metadata on those first 16 sectors of a slice and when this metadata is really used?