From owner-freebsd-questions Sun Dec 3 22: 5:40 2000 From owner-freebsd-questions@FreeBSD.ORG Sun Dec 3 22:05:38 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 8DD1C37B400 for ; Sun, 3 Dec 2000 22:05:38 -0800 (PST) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 3 Dec 2000 22:03:12 -0800 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.11.0/8.11.0) id eB464hF44403; Sun, 3 Dec 2000 22:04:43 -0800 (PST) (envelope-from cjc) Date: Sun, 3 Dec 2000 22:04:43 -0800 From: "Crist J . Clark" To: Randy Primeaux Cc: questions@FreeBSD.ORG Subject: Re: mount wd disk in ad system? Message-ID: <20001203220443.B99903@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <200012040555.VAA06410@relay.ultimanet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200012040555.VAA06410@relay.ultimanet.com>; from randy@Cloudfactory.ORG on Sun, Dec 03, 2000 at 09:45:16PM -0800 Sender: cjc@149.211.6.64.reflexcom.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 03, 2000 at 09:45:16PM -0800, Randy Primeaux wrote: > I said: > > What is the procedure to I mount a 3-STABLE disk in a 4-STABLE system? > > > My procedure was: > squishy is 3-STABLE > daemon is 4-STABLE > > I copied the approriate fstab entries from squishy to daemon, changing > from wd to ad. for example: > > was: > /dev/wd0s1a / ufs rw 1 1 > > now: > /dev/ad2s1a /mnt/squishy/ ufs ro 1 1 > > directory /mnt/squishy exists > > disk was primary master, now secondary slave. > > moved disk > booted new system > choose to not fsck new fs from old disk > mount had an error regarding device not found > > I don't have an exact error at hand; I'm currently using scp -pr to > move data. Can't offer much help until we get the actual error message, but does /dev/ad2s1a exist? Might have to, # cd /dev # ./MAKEDEV ad2s1a -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message