From owner-freebsd-questions@FreeBSD.ORG Fri Sep 12 12:33:23 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 AC56016A4BF for ; Fri, 12 Sep 2003 12:33:23 -0700 (PDT) Received: from smtp2.cistron.nl (smtp2.cistron.nl [62.216.30.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 556EC43FA3 for ; Fri, 12 Sep 2003 12:33:22 -0700 (PDT) (envelope-from basics@zenzee.cistron.nl) Received: from cust.94.12.adsl.cistron.nl ([195.64.94.12] helo=192.168.1.4) by smtp2.cistron.nl with esmtp (Exim 3.35 #1 (Debian)) id 19xtfT-0007Y6-00; Fri, 12 Sep 2003 21:33:19 +0200 Date: Fri, 12 Sep 2003 21:35:13 +0200 From: Vincent Zee To: Steve Bertrand Message-ID: <20030912213513254971.GyazMail.basics@zenzee.cistron.nl> In-Reply-To: <20030912151857.R55606@svr3.northnetworks.ca> References: <20030912205633370130.GyazMail.basics@zenzee.cistron.nl> <000d01c37960$ffe5fdf0$ca0110ac@vinyl.tkvbp.com> <20030912211446739276.GyazMail.basics@zenzee.cistron.nl> <20030912211645203635.GyazMail.basics@zenzee.cistron.nl> <20030912151857.R55606@svr3.northnetworks.ca> Mime-Version: 1.0 (GMessage framework 0.9.9.9.4) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: GyazMail version 0.9.9.9.4 cc: FreeBSD Questions Subject: Re: 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:33:23 -0000 On Fri, 12 Sep 2003 15:21:04 -0400 (EDT), Steve Bertrand wrote: >> In the dmesg it comes up as ad5 but when I mount it, it can't find the >> device. >> >> mount ad5 /music2 >> mount: ad5: No such file or directory > > How many partitions were on the old drive? > > You might want to try > > # mount /dev/ad5s1x /music2 > > (where x == a,c,e,f or g, depending on the number of partitions you have > on the disk) > > Steve Hi Steve, just the one partition. I tried: /dev/ad5 /dev/ad5s1 /dev/ad5s1a with the same response "incorrect super block" /\ Vincent