From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 15:43:47 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 B2FFD16A4CE for ; Sun, 1 Feb 2004 15:43:47 -0800 (PST) Received: from smtp2.mts.net (smtp2.mts.net [205.200.16.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA58D43D6A for ; Sun, 1 Feb 2004 15:43:30 -0800 (PST) (envelope-from gval@mts.net) Received: from [192.168.0.5] (wnpgmb01dc6-40-11.dynamic.mts.net [142.161.40.11])i11NgZY9009522 for ; Sun, 1 Feb 2004 17:42:36 -0600 (CST) From: greg To: freebsd-questions@freebsd.org Content-Type: text/plain Message-Id: <1075678946.646.8.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 01 Feb 2004 17:42:27 -0600 Content-Transfer-Encoding: 7bit Subject: UFS2 filesystem structure 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, 01 Feb 2004 23:43:47 -0000 I am sorry for asking this question a second time. At the time I was not finished the process of signing up to this mailing list and as we all know, the web archives have not been updated since Monday. I am looking for resources that describe the UFS2 filesystem structure. I want to write some code that will pull a UFS2 filesystem back from the dead. It has a bad Super Block, and no good Super Blocks can be found. However, I sifted through the raw data on the disk, and my data is still there. Could somebody point me to documentation on this subject. I have tried googling through the BSD filter. I recieved no useful results. If the tools I write are any good, I will make the source code available under a BSD style licence. Thank You, -- greg