Date: Mon, 25 Aug 2003 01:26:36 +0200 From: Thomas Gutzler <giggel@hadiko.de> To: FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: recover superblock Message-ID: <20030824232636.GC14668@brain.hadiko.de> In-Reply-To: <20030824192611.GA14668@brain.hadiko.de> References: <20030824192611.GA14668@brain.hadiko.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Problem solved. I could restore the superblock using: dd if=<disk> skip=32 of=<disk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030824232636.GC14668>