From owner-freebsd-questions Fri Oct 13 4:44:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-27-149-77.mmcable.com [24.27.149.77]) by hub.freebsd.org (Postfix) with SMTP id EB84337B66C for ; Fri, 13 Oct 2000 04:44:32 -0700 (PDT) Received: (qmail 30487 invoked by uid 100); 13 Oct 2000 11:44:32 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14822.62880.317501.405293@guru.mired.org> Date: Fri, 13 Oct 2000 06:44:32 -0500 (CDT) To: nathan Cc: questions@freebsd.org Subject: Re: imaging /dev/ad* In-Reply-To: <94407220@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nathan writes: > i have a full 3 gig harddrive and i wanna put in a 15 gig to replace it > the 3 gig is dedicated to /usr only, and after moving the data over to > the new 15 gig, i'm gonna remove it permanantly. i wanna make 8 gig > outta the new 15 for /usr > > can i just do this after putting in the 15 gig? > > dd if=/dev/ad1 of=/dev/ad0 bs=8568 > > or should i create slices first THEN use dd?? > also.. if this DOES work.. does the source and dest devices have to be > the same size? You sholdn't use dd. There's a FAQ entry on how to moveing data to new drives. Read it.