From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 19:53:35 2007 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 0CD9016A41B for ; Mon, 5 Nov 2007 19:53:35 +0000 (UTC) (envelope-from smurphy@calarts.edu) Received: from echo.calarts.edu (echo.calarts.edu [198.182.157.9]) by mx1.freebsd.org (Postfix) with ESMTP id D7E6C13C4B5 for ; Mon, 5 Nov 2007 19:53:34 +0000 (UTC) (envelope-from smurphy@calarts.edu) Received: from echo.calarts.edu (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id 141BC101E3DA for ; Mon, 5 Nov 2007 19:37:39 +0000 (GMT) Received: from muse2.calarts.edu (muse2.calarts.edu [198.182.157.28]) by echo.calarts.edu (Email Security Appliance) with ESMTP id E2FEB1018C8D for ; Mon, 5 Nov 2007 19:37:38 +0000 (GMT) Received: from [172.19.0.148] (adm-19-0-148.dyn.calarts.edu [172.19.0.148] (may be forged)) (authenticated bits=0) by muse2.calarts.edu (8.13.3/8.13.3) with ESMTP id lA5JrIwR075431 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 5 Nov 2007 11:53:18 -0800 (PST) (envelope-from smurphy@calarts.edu) Message-ID: <472F74A9.9090400@calarts.edu> Date: Mon, 05 Nov 2007 11:53:13 -0800 From: Sean Murphy User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.52 on 198.182.157.28 Subject: Help Failing Disk Problem 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: Mon, 05 Nov 2007 19:53:35 -0000 I have a FreeBSD 6.2 Release box with a single ide that has user data and the FreeBSD OS on a hard disk that is failing. I need advice on the best way to clone the entire disk (or at least the data) onto a larger ide disk drive, then pull the failing disk and replace it with the clone. What is the best way in FreeBSD to do that? Thanks