From owner-freebsd-questions@FreeBSD.ORG Thu Feb 14 09:49:23 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6751216A46C for ; Thu, 14 Feb 2008 09:49:23 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 11A7413C457 for ; Thu, 14 Feb 2008 09:49:21 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id m1E9n51G055949 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Feb 2008 16:49:05 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.6/8.12.11) id m1E9n5GG068404; Thu, 14 Feb 2008 16:49:05 +0700 (ICT) Date: Thu, 14 Feb 2008 16:49:05 +0700 (ICT) Message-Id: <200802140949.m1E9n5GG068404@banyan.cs.ait.ac.th> From: Olivier Nicole To: wojtek@wojtek.tensor.gdynia.pl In-reply-to: <20080214100345.Y2841@wojtek.tensor.gdynia.pl> (message from Wojciech Puchar on Thu, 14 Feb 2008 10:04:34 +0100 (CET)) References: <200802140108.35844.jd1987@borozo.com> <20080214100345.Y2841@wojtek.tensor.gdynia.pl> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: jd1987@borozo.com, freebsd-questions@freebsd.org Subject: Re: Trying to recover data from FreeBSD 4.11 system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2008 09:49:23 -0000 > possibly try fsck - i don't know (my first FreeBSD was 5.*) but maybe UFS > changed a bit? Nope, I have had machines that I upgraded from 4 to 5 and 6 without changing the hard disk, and without changing the file system. > So, I installed this drive as the second hard drive in a FreeBSD 6.2 system > and I tried to mount it, but I got "incorrect super block". With no old disk installed, what is your mounted disks/partitions? Result of mount -p. If you have it what was the result of mount -p on the old machine. What is the result of "fdisk /dev/ad0" ? Install the old hard disk, what is the result of "fdisk /dev/ad1" ? Olivier