From owner-freebsd-hackers Thu Jan 11 04:07:29 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA03796 for hackers-outgoing; Thu, 11 Jan 1996 04:07:29 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id EAA03763 for ; Thu, 11 Jan 1996 04:07:17 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id XAA10518; Thu, 11 Jan 1996 23:04:43 +1100 Date: Thu, 11 Jan 1996 23:04:43 +1100 From: Bruce Evans Message-Id: <199601111204.XAA10518@godzilla.zeta.org.au> To: j@uriah.heep.sax.de, kuku@gilberto.physik.rwth-aachen.de Subject: Re: advice needed to recover a FS/disk Cc: freebsd-hackers@freefall.freebsd.org Sender: owner-hackers@FreeBSD.ORG Precedence: bulk >> How do I get to the begin of the FS once knowing the >> offset of the disklabel resp. the partition offsets? >0000200 57 45 56 82 04 00 00 00 73 74 33 36 35 35 6e 00 WEV.....st36= >55n. > ^^ ^^ ^^ ^^ ^^^^ >The marked bytes are the ``disk magic''. So it seems that it's 512 >bytes behind the start of the disk/slice. That's the label magic. ffs's start at offset one bootstrap reservation size (8K) in their partition. Bruce