From owner-freebsd-questions@FreeBSD.ORG Sat Oct 4 12:55:44 2003 Return-Path: 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 41A8E16A4B3 for ; Sat, 4 Oct 2003 12:55:44 -0700 (PDT) Received: from mig.mig-29.net (dsl-200-78-45-52.prodigy.net.mx [200.78.45.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DA0043FDF for ; Sat, 4 Oct 2003 12:55:43 -0700 (PDT) (envelope-from mig@mig-29.net) Received: from mig.mig-29.net (localhost.mig-29.net [127.0.0.1]) by mig.mig-29.net (8.12.8p1/8.12.8) with ESMTP id h94JrX0o011810; Sat, 4 Oct 2003 14:53:33 -0500 (CDT) (envelope-from mig@mig.mig-29.net) Received: (from mig@localhost) by mig.mig-29.net (8.12.8p1/8.12.8/Submit) id h94JrU1h011809; Sat, 4 Oct 2003 14:53:30 -0500 (CDT) (envelope-from mig) Date: Sat, 4 Oct 2003 14:53:30 -0500 From: "Manuel Rabade (MiG)" To: Antoine Jacoutot Message-ID: <20031004195330.GD358@mig-29.net> References: <200310041427.57990.ajacoutot@lphp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310041427.57990.ajacoutot@lphp.org> User-Agent: Mutt/1.4.1i URL: http://www.mig-29.net/ cc: freebsd-questions@freebsd.org Subject: Re: formatting hardrive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2003 19:55:44 -0000 Sysintsall should work fine .. cand you send the output of 'fdisk /dev/ad2' and 'bsdlabel /dev/ad2'. On Sat, Oct 04, 2003 at 02:27:56PM +0200, Antoine Jacoutot wrote: > Hi ! > > Ok, I'm at a point where I'm ready to cry :( > Is there ANY easy way to partition/slice a hardrive for FreeBSD ????? > I spent all morning playing with bsdlabel, sysinstall... I just want to > partition a second hardrive so I could dump/restore the content of my first > drive. > So, I tried sysinstall post-install tools to create the slices and all, but > all I get are errors like "can't write to ad2", or "can't mount /dev/ad2s1a > on /mnt" .... > Basically what I want is: > ad2s1a --> /mnt > ad2s1b --> SWAP > ad2s1d --> /mnt/tmp > ad2s1e --> /mnt/var > ad2s1f --> /mnt/usr > > So, all I have to do after is dump / --> /mnt, /tmp --> /mnt/tmp ... and so > on. > I sware I tried all morning without any kind of success :( > > I would really appreciate some help. > > Thanks in advance.