From owner-freebsd-questions@FreeBSD.ORG Fri Jun 20 10:11:32 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27602106568B for ; Fri, 20 Jun 2008 10:11:32 +0000 (UTC) (envelope-from unga888@yahoo.com) Received: from web57008.mail.re3.yahoo.com (web57008.mail.re3.yahoo.com [66.196.97.112]) by mx1.freebsd.org (Postfix) with SMTP id AF4898FC19 for ; Fri, 20 Jun 2008 10:11:31 +0000 (UTC) (envelope-from unga888@yahoo.com) Received: (qmail 74456 invoked by uid 60001); 20 Jun 2008 10:11:30 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=2INjpEA811q56Qu3odD1clj77lGuzpZErfHMtSmOdLY1yzjrWFSILf3Kxemq+yn1T9MIR89Q5usiJN6dcnZE4JLRi8eCJ7spwMPMoyUfjVAZAQ7ZmgJ4KtZX0S+YpoXcowjcMU4OIKb6iXzlM3oMwN6lQlCsZnArLFPCm22Fei4=; Received: from [165.21.155.115] by web57008.mail.re3.yahoo.com via HTTP; Fri, 20 Jun 2008 03:11:30 PDT X-Mailer: YahooMailWebService/0.7.199 Date: Fri, 20 Jun 2008 03:11:30 -0700 (PDT) From: Unga To: Wojciech Puchar In-Reply-To: <20080620111723.W44741@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <716670.72511.qm@web57008.mail.re3.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD fdisk how to? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: unga888@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2008 10:11:32 -0000 --- On Fri, 6/20/08, Wojciech Puchar wrote: > From: Wojciech Puchar > Subject: Re: FreeBSD fdisk how to? > To: "Unga" > Cc: freebsd-questions@freebsd.org > Date: Friday, June 20, 2008, 5:18 PM > > > > Yep this hard disk is for FreeBSD only. Why I should > not use fdisk? > > because it's not needed. > > > > > clean it up > dd if=/dev/zero of=/dev/disk bs=64k count=1 > > make initial label > > bsdlabel -w disk > > edit label to your needs > > bsdlabel -e disk > > newfs,mount,copy files,umount > > bsdlabel -B disk But this does not create slices, does it? How to create multiple slices? Regards Unga