From owner-freebsd-questions Thu May 11 3:16:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from djl01.djl.co.uk (djl01.djl.co.uk [195.58.135.195]) by hub.freebsd.org (Postfix) with ESMTP id 6F9D637BA9B for ; Thu, 11 May 2000 03:16:41 -0700 (PDT) (envelope-from David.Larkin@djl.co.uk) Received: from DJL.co.uk (djl02.djl.co.uk [195.58.135.196]) by djl01.djl.co.uk (8.9.2/8.9.2) with ESMTP id LAA08775; Thu, 11 May 2000 11:16:30 +0100 (BST) Message-ID: <391A7AD3.9C32F0A0@DJL.co.uk> Date: Thu, 11 May 2000 10:18:12 +0100 From: David Larkin Organization: DJL Software Consultancy Ltd X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Sheldon Hearn Cc: freebsd-questions@FreeBSD.ORG, Dirk-Willem van Gulik , Nick Hibma Subject: Re: mounting old filesystem - Re: panic: vinvalbuf: dirty bufs References: <45364.958032055@axl.ops.uunet.co.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes, that's done the trick .... thanks I'm now happily recovering files off the old disk. Once I've recovered all files, and I'm happy new installation is OK, I'll try reformatting old disk. Dave Sheldon Hearn wrote: > On Wed, 10 May 2000 17:05:06 +0100, David Larkin wrote: > > > What I want to do is try and mount my old /usr partition > > and hopefully recover some files. > > > > I was hoping to do something like > > > > mount /dev/wd1s1f /mnt > > > > but /dev/wd1s1f does not exist > > Does wd1s1f exist? You probably just have to create the device nodes in > the /dev directory. > > > I guess I need to do 'newfs' or something similar, but > > the man page is a little cryptic. > > Oh, I wouldn't do that. The newfs(8) utility will create a new > filesystem, overwriting whatever was there before. :-) > > Try this: > > cd /dev > ./MAKEDEV wd1s1f > > :-) > > Ciao, > Sheldon. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message