From owner-freebsd-questions@FreeBSD.ORG Tue Dec 5 15:48:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7AC416A40F for ; Tue, 5 Dec 2006 15:48:19 +0000 (UTC) (envelope-from bcook@poklib.org) Received: from c.mx.poklib.org (c.mx.poklib.org [64.72.87.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCB1943CA3 for ; Tue, 5 Dec 2006 15:47:39 +0000 (GMT) (envelope-from bcook@poklib.org) Received: from [192.168.1.249] (port=53749 helo=mail.poklib.org) by c.mx.poklib.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GrcWo-000DDI-Jy for freebsd-questions@freebsd.org ; Tue, 05 Dec 2006 10:48:18 -0500 Received: from [192.168.1.218] by mail.poklib.org with esmtp (Exim 4.63; FreeBSD) (envelope-from ) id 1GrcWo-000EW6-3f for freebsd-questions@freebsd.org ; Tue, 05 Dec 2006 10:48:18 -0500 X-BSD-Virus-Check: ClamAV 0.88.4/2284 on c.mx.poklib.org; Tue, 05 Dec 2006 10:48:18 -0500 Message-ID: <457594C2.90803@poklib.org> Date: Tue, 05 Dec 2006 10:48:18 -0500 From: "B. Cook" Organization: Adriance Memorial Library User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-RcvHost: [192.168.1.218] X-RcvFor: X-Auth-Id: X-AntiVirus: No Virus Found X-MIME-Character-set: ISO-8859-1 Subject: Moving to a new disk.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2006 15:48:19 -0000 Hello all, I've got a dying drive on my hands.. and I know I found a doc/guide on the handbook before regarding this.. something like.. # tar cf - --one-file-system -C /var . | tar xpvf - -C /mnt/var where the new drive is fsck'd and mounted at /mnt .. or something else.. where is that? or how would I do that? I just want to take this 20G drive and copy it to a 30G drive.. what would be the best way? (and I need to talk to someone over the phone about this.. it's his box and he has no inet) Thanks in advance.