From owner-freebsd-questions@FreeBSD.ORG Tue Sep 16 09:12:36 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 88E1D16A4B3 for ; Tue, 16 Sep 2003 09:12:36 -0700 (PDT) Received: from yoda.anything-inc.com (adsl-068-153-193-052.sip.bct.bellsouth.net [68.153.193.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id B211643F93 for ; Tue, 16 Sep 2003 09:12:33 -0700 (PDT) (envelope-from freebsd@anything-inc.com) X-AuthUser: freebsd@anything-inc.com Received: from neo.anything-inc.com (68.153.193.50:1034)Server] ; Fri, 12 Sep 2003 15:40:16 -0400 Message-Id: <5.2.0.9.0.20030912152824.00ae68a8@anything-inc.com> X-Sender: freebsd@anything-inc.com@anything-inc.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Fri, 12 Sep 2003 15:30:18 -0400 To: Vincent Zee From: Bob Collins In-Reply-To: <20030912212827985691.GyazMail.basics@zenzee.cistron.nl> References: <20030912151942.17937d33.veritas@cogeco.ca> <20030912205633370130.GyazMail.basics@zenzee.cistron.nl> <000d01c37960$ffe5fdf0$ca0110ac@vinyl.tkvbp.com> <20030912211446739276.GyazMail.basics@zenzee.cistron.nl> <20030912211645203635.GyazMail.basics@zenzee.cistron.nl> <20030912151942.17937d33.veritas@cogeco.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: Veritas cc: FreeBSD Questions 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: Tue, 16 Sep 2003 16:12:36 -0000 At 03:28 PM 9/12/2003, Vincent Zee wrote: >On Fri, 12 Sep 2003 15:19:42 -0400, Veritas wrote: > > On Fri, 12 Sep 2003 21:16:45 +0200 > > Vincent Zee wrote: > > > >> Hi, > >> > >> 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 > > > > Try it as /dev/ad5 instead. > >Hi, I tried that and I got the same response. > >I also made a device entry for it in /dev > >cd /dev >sh MAKEDEV ad5 > >mount /dev/ad5 /music2 >mount: /dev/ad5 on /music2: incorrect super block > >/\ >Vincent You need a slice there. If the system found the disk and booted fine. Look in /dev and see what is listed as ad5? Is there an ad5s1 ad5s2 ad5s3 ad5s4 etc? You will need to mount one of them. ad5 is the disk, you need a slice or partition...