From owner-freebsd-questions Wed Sep 6 2:19:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from deborah.paradise.net.nz (deborah.paradise.net.nz [203.96.152.32]) by hub.freebsd.org (Postfix) with ESMTP id A1F1D37B423 for ; Wed, 6 Sep 2000 02:19:16 -0700 (PDT) Received: from evileye (203-79-68-99.apx0.paradise.net.nz [203.79.68.99]) by deborah.paradise.net.nz (8.10.1/8.10.1) with SMTP id e869J2B18247; Wed, 6 Sep 2000 21:19:03 +1200 (NZST) Message-ID: <025001c017e3$7cef3380$0101a8c0@evileye> From: "Mark Ibell" To: "jason" , References: Subject: Re: running out of swap space Date: Wed, 6 Sep 2000 21:18:50 +1200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This can be done directly by using sysinstall to create the partition, followed by disklabel to create the slices and install boot blocks on the new drive. Something like the following should take care of the disklabel step: # disklabel B -r -w ad1 auto # disklabel -e -r ad1 ... To transfer the data across, mount the slices as: /bkroot /bkvar /bkusr ... Hope this helps, Mark ----- Original Message ----- From: "jason" To: Sent: Wednesday, September 06, 2000 2:44 AM Subject: running out of swap space > I have a freebsd 4.0 system running just fine, but im running outta swap > space and space in general. I have a brand new 13 gig hard drive that I > want to transfer the system over to. What I really want to do is transfer > the whole drive over to my new 13 gig drive. Is there an easy way to do > this? would something like ghost do me any good? > > regards, > Jason > > > > -- > ======================================================================= > | Jason Welsh jason@welsh.dynip.com | If you think there's | > | | good in everybody, you | > | http://welsh.dynip.com/ | haven't met everybody. | > ======================================================================= > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message