From owner-freebsd-current@FreeBSD.ORG Sun Aug 24 16:26:40 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BCA816A4C0 for ; Sun, 24 Aug 2003 16:26:40 -0700 (PDT) Received: from mailhost.rz.uni-karlsruhe.de (mailhost.rz.uni-karlsruhe.de [129.13.64.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB8B643FEC for ; Sun, 24 Aug 2003 16:26:38 -0700 (PDT) (envelope-from giggel@brain.hadiko.de) Received: from nce2.hadiko.de (hadince2.hadiko.uni-karlsruhe.de [172.20.32.2]) by mailhost.rz.uni-karlsruhe.de with esmtp (Exim 3.36 #1) id 19r4Fp-0005Ox-00 for freebsd-current@freebsd.org; Mon, 25 Aug 2003 01:26:37 +0200 Received: from brain.hadiko.de (root@hadil611.hadiko.uni-karlsruhe.de [172.20.44.176])h7ONQavu006033 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 25 Aug 2003 01:26:37 +0200 Received: from brain.hadiko.de (giggel@localhost.hadiko.de [127.0.0.1]) by brain.hadiko.de (8.12.9/8.12.9) with ESMTP id h7ONQa2c021880 for ; Mon, 25 Aug 2003 01:26:36 +0200 (CEST) (envelope-from giggel@brain.hadiko.de) Received: (from giggel@localhost) by brain.hadiko.de (8.12.9/8.12.9/Submit) id h7ONQaXU021879 for freebsd-current@freebsd.org; Mon, 25 Aug 2003 01:26:36 +0200 (CEST) Date: Mon, 25 Aug 2003 01:26:36 +0200 From: Thomas Gutzler To: FreeBSD Current Message-ID: <20030824232636.GC14668@brain.hadiko.de> Mail-Followup-To: Thomas Gutzler , FreeBSD Current References: <20030824192611.GA14668@brain.hadiko.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030824192611.GA14668@brain.hadiko.de> User-Agent: Mutt/1.5.4i Subject: Re: recover superblock X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas Gutzler List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2003 23:26:40 -0000 Problem solved. I could restore the superblock using: dd if= skip=32 of= seek=16 bs=512 count=16 Thx to http://groups.google.de/groups?selm=Pine.BSF.4.21.0212150052530.41793-100000_root.org%40ns.sol.net&oe=UTF-8&output=gplain Cheers, Tom