From owner-freebsd-questions@FreeBSD.ORG Thu Jul 7 14:42:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90E9616A41C for ; Thu, 7 Jul 2005 14:42:32 +0000 (GMT) (envelope-from sharkwang@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03E3343D4C for ; Thu, 7 Jul 2005 14:42:31 +0000 (GMT) (envelope-from sharkwang@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so296903wri for ; Thu, 07 Jul 2005 07:42:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RlJwB9n7GXr24jF7PNrzfpsPniagmoUc6Pg8/seBVAah1TYRwy43fJ3D1Y+gvqX5mFEmGh16+oZS9rVy7ABYuJHIHJcGHIod30j/KddwYrFujMLdYZA6xu7FsXhgVIXVDMjUqi2DcMZJFZYBinVQart7yPzLKahl/bb+p9DwDYw= Received: by 10.54.17.66 with SMTP id 66mr2921326wrq; Thu, 07 Jul 2005 07:42:27 -0700 (PDT) Received: by 10.54.19.45 with HTTP; Thu, 7 Jul 2005 07:42:27 -0700 (PDT) Message-ID: <1e22f35905070707427dbd31f7@mail.gmail.com> Date: Thu, 7 Jul 2005 22:42:27 +0800 From: Shark Wang To: Alex Zbyslaw In-Reply-To: <42CD2A33.5080503@dial.pipex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050707111924.950B043D58@mx1.FreeBSD.org> <1e22f3590507070420376112f@mail.gmail.com> <42CD2A33.5080503@dial.pipex.com> Cc: freebsd-questions@freebsd.org Subject: Re: Did we must put the mounted partition '/' and '/boot' in the same slice ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Shark Wang List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 14:42:32 -0000 I put '/boot' for an individual partition just for 1023 cylinder story, although FreeBSD did not need this action ! the following is my partitions layout, pls help to do some check: ad0s1d /boot -> 30M ad0s1a / -> 512M ad0s1b swap -> 512M ad0s1e /usr -> 6144M ad0s1f /var -> 512M ad0s1g /home -> 2017M ad0s1h /tmp -> 512M=20 But after I finished my installation and reboot FreeBSD, it will not load sccuessfully! Could you tell me what's the mistakes ? thanks a lot ! -Shark On 7/7/05, Alex Zbyslaw wrote: > Shark Wang wrote: >=20 > >Today, I heard something on the partition policy for FreeBSD. > > > >Someone said that we must put the mounted partition '/' and '/boot' > >in the same slice, otherwise, the System will not boot up ! > > > > > So what? >=20 > Please explain what actual problem you are trying to solve and why you > would want to make /boot a partition at all? >=20 > Have you read relevant sections from the handbook? >=20 > You could start with: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disk-organizati= on.html >=20 > --Alex >=20 >=20 --=20 I'm just a bitMaker !