From owner-freebsd-questions@FreeBSD.ORG Sat Feb 21 20:55:30 2004 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 C013116A4CE for ; Sat, 21 Feb 2004 20:55:30 -0800 (PST) Received: from lysander.inspired.net.au (lysander.inspired.net.au [203.132.226.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8975843D1D for ; Sat, 21 Feb 2004 20:55:30 -0800 (PST) (envelope-from gautam@inspired.net.au) Received: from localhost (localhost [127.0.0.1]) by lysander.inspired.net.au (Postfix) with ESMTP id 66C122380C5; Sun, 22 Feb 2004 15:55:29 +1100 (EST) Received: from lysander.inspired.net.au ([127.0.0.1]) by localhost (lysander [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 05601-08; Sun, 22 Feb 2004 15:55:29 +1100 (EST) Received: from madras.dyndns.org (dsl-137.241.240.220.dsl.comindico.com.au [220.240.241.137]) by lysander.inspired.net.au (Postfix) with SMTP id 52D6B2380C1; Sun, 22 Feb 2004 15:55:28 +1100 (EST) Date: Sun, 22 Feb 2004 15:52:38 +1100 From: Gautam Gopalakrishnan To: "Eric F Crist" Message-Id: <20040222155238.649617c8.gautam@inspired.net.au> In-Reply-To: <000101c3f8eb$11822250$6401a8c0@Nomad> References: <000101c3f8eb$11822250$6401a8c0@Nomad> X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at inspired.net.au cc: freebsd-questions@freebsd.org Subject: Re: Mounting a 5.2 filesystem on a 4.9 system? 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: Sun, 22 Feb 2004 04:55:30 -0000 On Sat, 21 Feb 2004 20:24:57 -0600 "Eric F Crist" wrote: > Hello all, > > I'm really screwed up my server last week, now I'm giving up on the > 5.x series as a server for a while, so I've installed 4.9. I took all > my backup files and placed them on a second harddrive in the system, > hoping to just mount that drive on the new 4.9 system and restore the > necessary files. However, I cannot mount the filesystem. From > DiskLabel in/stand/sysinstall, I can see that it is /dev/ad1s1d, but > when I type: > > mount /dev/ad1s1d /backup > > I get an error: > > mount: /dev/ad1s1d on /www: incorrect super block The default filesystem on 5.x is UFS2 which I think 4.9 can't read. Maybe you could just ftp/scp it from your 5.x machine or run NFS. Hope that helps Gautam