From owner-freebsd-questions@FreeBSD.ORG Thu May 8 22:06:54 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 AE06C37B401 for ; Thu, 8 May 2003 22:06:54 -0700 (PDT) Received: from dynamic.hydro.washington.edu (dynamic.hydro.washington.edu [128.95.246.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 141DB43FBD for ; Thu, 8 May 2003 22:06:54 -0700 (PDT) (envelope-from penglish@hydro.washington.edu) Received: from dynamic.hydro.washington.edu (localhost [127.0.0.1]) h4956kTP031378 for ; Thu, 8 May 2003 22:06:46 -0700 (PDT) (envelope-from penglish@hydro.washington.edu) Received: from localhost (penglish@localhost)h4956kcS031375 for ; Thu, 8 May 2003 22:06:46 -0700 (PDT) (envelope-from penglish@hydro.washington.edu) X-Authentication-Warning: dynamic.hydro.washington.edu: penglish owned process doing -bs Date: Thu, 8 May 2003 22:06:46 -0700 (PDT) From: Paul English To: freebsd-questions@freebsd.org Message-ID: <20030508220621.P31226-100000@dynamic.hydro.washington.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 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: Fri, 09 May 2003 05:06:55 -0000 Hi, I have a partition that was recovered for me by a data recovery company. Unfortunately all they gave me was a image of the disk with all the data they could recover. I managed to find an alternate superblock that works for the partition in question, but when I go to mount it is where I get into trouble. It wants to have fsck run - if I do that with fsck -y it will clean the filesystem, and mount, but *everything* (all 15GB) is in lost+found. If I just restore the superblock with fsck, and don't do anything else, then I can mount the filesystem readonly, but then when I mount it there is nothing there: #ls /mnt ls: /mnt: Bad file descriptor What else can I try? Pulling 15GB of data from lost+found is pretty impractical. Thanks, Paul