From owner-freebsd-questions@FreeBSD.ORG Tue Jul 8 10:12:04 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 32E2837B401 for ; Tue, 8 Jul 2003 10:12:04 -0700 (PDT) Received: from datasphereweb.com (12-212-67-226.client.attbi.com [12.212.67.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 816AD43F85 for ; Tue, 8 Jul 2003 10:12:03 -0700 (PDT) (envelope-from ryallsd@datasphereweb.com) Received: (qmail 5700 invoked from network); 8 Jul 2003 17:12:02 -0000 Received: from evrtwa1-ar17-4-47-114-001.evrtwa1.dsl-verizon.net (HELO bartxp) (4.47.114.1) by datasphereweb.com with SMTP; 8 Jul 2003 17:12:02 -0000 From: "Derrick Ryalls" To: "'elliot'" , Date: Tue, 8 Jul 2003 10:13:51 -0700 Message-ID: <004901c34574$50dbc990$0200a8c0@bartxp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 In-Reply-To: <000801c3453c$ee2285a0$0100a8c0@server1> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: mounting filesystems 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, 08 Jul 2003 17:12:04 -0000 >=20 > FreeBSD team,=20 >=20 > I am having problems mounting my filesystem after moving the=20 > drive from slave to master, the old location was,=20 > '/dev/ad1s1a', and the device is now called 'ad0'. >=20 I can tell you what the problem is, I just don't know exactly how to fix it. I believe it is your /etc/fstab file. All the entries that had ad1xxx now need to be ad0xxx. If you have any interaction at all (ie, it asks you for a boot prompt, you might be able to boot to device ad0s1a, manually mount the slice, edit fstab and reboot. Matthew Seaman gave a good (detailed) method of doing something similar, so you might search the archives or google for it. I am a mount amateur myself, so I can't get too specific. Good luck. -Derrick