From owner-freebsd-fs@FreeBSD.ORG Thu May 8 13:44:39 2003 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11D0237B401 for ; Thu, 8 May 2003 13:44:39 -0700 (PDT) Received: from dynamic.hydro.washington.edu (dynamic.hydro.washington.edu [128.95.246.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C76743FAF for ; Thu, 8 May 2003 13:44:38 -0700 (PDT) (envelope-from penglish@hydro.washington.edu) Received: from dynamic.hydro.washington.edu (localhost [127.0.0.1]) h48KiVTP029468 for ; Thu, 8 May 2003 13:44:31 -0700 (PDT) (envelope-from penglish@hydro.washington.edu) Received: from localhost (penglish@localhost)h48KiVHo029465 for ; Thu, 8 May 2003 13:44:31 -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 13:44:31 -0700 (PDT) From: Paul English To: freebsd-fs@freebsd.org Message-ID: <20030508134003.T29407-100000@dynamic.hydro.washington.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Recovering from filesystem damage X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2003 20:44:39 -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