From owner-freebsd-questions@FreeBSD.ORG Fri Sep 12 12:01:43 2003 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 D0E2C16A4BF for ; Fri, 12 Sep 2003 12:01:43 -0700 (PDT) Received: from aibo.runbox.com (cujo.runbox.com [193.71.199.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EA5D44001 for ; Fri, 12 Sep 2003 12:01:41 -0700 (PDT) (envelope-from klimenta@futurebit.com) Received: from [10.9.9.16] (helo=lassie.runbox.com) by lufsen.runbox.com with esmtp (Exim 4.20) id 19xtAp-0002sz-K1 for freebsd-questions@FreeBSD.ORG; Fri, 12 Sep 2003 21:01:39 +0200 Received: from [12.33.76.83] (helo=srce) (Authenticated Sender=klimenta@runbox.com) by lassie.runbox.com with asmtp (Exim 4.20) id 19xtAE-0002b7-20 for freebsd-questions@FreeBSD.ORG; Fri, 12 Sep 2003 21:01:02 +0200 Message-ID: <000d01c37960$ffe5fdf0$ca0110ac@vinyl.tkvbp.com> From: "Kliment Andreev" To: "FreeBSD Questions" References: <20030912205633370130.GyazMail.basics@zenzee.cistron.nl> Date: Fri, 12 Sep 2003 15:06:37 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Sender: 202020 Subject: Re: How to add a disk to a new system without losing the data on it? 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: Fri, 12 Sep 2003 19:01:44 -0000 > Hello, > How do I add a disk containing data to a new system without erasing > that data. Check dmesg output to see the device name. Then try to mount that hard disk. If everything went fine, you might want to mount that HDD on every boot so check /etc/fstab.