From owner-freebsd-questions@FreeBSD.ORG Sun Sep 12 07:51:22 2004 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 5C97316A4CE for ; Sun, 12 Sep 2004 07:51:22 +0000 (GMT) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6416643D49 for ; Sun, 12 Sep 2004 07:51:19 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (wojtek@localhost [127.0.0.1]) i8C7nrE6059229; Sun, 12 Sep 2004 09:49:53 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost)i8C7npgC059224; Sun, 12 Sep 2004 09:49:53 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Sun, 12 Sep 2004 09:49:50 +0200 (CEST) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: Jerry McAllister In-Reply-To: <200409112148.i8BLmVU13925@clunix.cl.msu.edu> Message-ID: <20040912094901.H59154@chylonia.3miasto.net> References: <200409112148.i8BLmVU13925@clunix.cl.msu.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: moving to larger drive 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: Sun, 12 Sep 2004 07:51:22 -0000 > > Use fdisk to slice and do the mbr. > In 4.xxx use disklabel to do disk labeling (partitioning) and boot block. > In 5.xxx use bsdlabel to do disk labeling and boot block. > > Then use newfs to create filesystems in the partitions created > with disklabel/bsdlabel. > > > > > manually > > ? > > > > > > i know how to do it in NetBSD, but here it's a bit different. > > > > i need to move everything from one disk to another. > > Once you create the new drive, then, in single user, dump(8) | restore(8) > from the old partitions/file systems to the new ones. > that is what i know but fdisk/bsdlabel i do not. is fdisk compulsory? in NetBSD i don't create fdisk partition table at all just bsd label