From owner-freebsd-questions@FreeBSD.ORG Tue Jan 6 09:12:23 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 E7F6316A4CE for ; Tue, 6 Jan 2004 09:12:23 -0800 (PST) Received: from web41104.mail.yahoo.com (web41104.mail.yahoo.com [66.218.93.20]) by mx1.FreeBSD.org (Postfix) with SMTP id DD0DF43D31 for ; Tue, 6 Jan 2004 09:12:22 -0800 (PST) (envelope-from scott@sremick.net) Message-ID: <20040106171222.88983.qmail@web41104.mail.yahoo.com> Received: from [199.172.45.60] by web41104.mail.yahoo.com via HTTP; Tue, 06 Jan 2004 09:12:22 PST X-RocketYMMF: siremick Date: Tue, 6 Jan 2004 09:12:22 -0800 (PST) From: "Scott I. Remick" To: Sergey 'DoubleF' Zaharchenko In-Reply-To: <20040106195051.0fe61cfd.doublef@tele-kom.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: FreeBSD Subject: Re: "Cannot find file system superblock" error - how to recover? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: scott@sremick.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2004 17:12:24 -0000 --- Sergey 'DoubleF' Zaharchenko wrote: > I'm in the process of downloading the floppies... ok cool > And what about ad4? Does disklabel show different values for the slice > and the `c' partition? Hmm not only are they different as w/ ad6, but I get the same error on the c partition: su-2.05b# bsdlabel /dev/ad4s1 # /dev/ad4s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 1024000 0 4.2BSD 2048 16384 64008 b: 2097152 1024000 swap c: 40131441 0 unused 0 0 # "raw" part, don't edit d: 524288 3121152 4.2BSD 2048 16384 32776 e: 1024000 3645440 4.2BSD 2048 16384 64008 f: 35462001 4669440 4.2BSD 2048 16384 28552 su-2.05b# bsdlabel /dev/ad4s1c # /dev/ad4s1c: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 1024000 63 4.2BSD 2048 16384 64008 b: 2097152 1024063 swap c: 40131441 63 unused 0 0 # "raw" part, don't edit d: 524288 3121215 4.2BSD 2048 16384 32776 e: 1024000 3645503 4.2BSD 2048 16384 64008 f: 35462001 4669503 4.2BSD 2048 16384 28552 partition c: partition extends past end of unit bsdlabel: partition c doesn't start at 0! bsdlabel: An incorrect partition c may cause problems for standard system utilities partition f: partition extends past end of unit The plot thickens...