From owner-freebsd-questions@FreeBSD.ORG Fri Feb 23 22:13:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 03FCE16A401 for ; Fri, 23 Feb 2007 22:13:40 +0000 (UTC) (envelope-from martster@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.233]) by mx1.freebsd.org (Postfix) with ESMTP id B506A13C4A5 for ; Fri, 23 Feb 2007 22:13:39 +0000 (UTC) (envelope-from martster@gmail.com) Received: by nz-out-0506.google.com with SMTP id i11so629806nzh for ; Fri, 23 Feb 2007 14:13:39 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=d8mcwQrgKHXcVb/Bs+T4RX5QlX3A2/W/EZ4IMsPEzHNJSkjSyGwVoyLdUh7JaY3X3avARHK+HaPl8W+k1qcxRJD4TrFtTdFywvQt+zhNCjqzlXYcBcEm5YI+6ueMRKkAyQndaSWRp7N1fHBl+CBLrCNcWGZUlQYfua6pjTBJM50= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=KqgTeWPFaxUvyhKTfs8zzcVdhSCf94vAPlKlzO7+SjorB2LVi0Klra0kUal8Zk7Nvc8Uo/wMcVgMIaojOsy1Ou13AyHpiQkhFjdsrYQRtk+BgkT0+QkWVk26CPHthrI7jwJpK/ocbgjcglF6ekncROD2tWMZTFvRc4CK+0huxhU= Received: by 10.114.181.1 with SMTP id d1mr1246939waf.1172268817736; Fri, 23 Feb 2007 14:13:37 -0800 (PST) Received: by 10.114.132.1 with HTTP; Fri, 23 Feb 2007 14:13:37 -0800 (PST) Message-ID: <70063950702231413x2e232b1bg4942362c38a846a0@mail.gmail.com> Date: Fri, 23 Feb 2007 17:13:37 -0500 From: "Marty Landman" To: "Jerry McAllister" In-Reply-To: <20070223181710.GA28856@gizmo.acns.msu.edu> MIME-Version: 1.0 References: <20070223054641.12DD316A41B@hub.freebsd.org> <70063950702230808h433f61cscfd1abe43b578292@mail.gmail.com> <20070223181710.GA28856@gizmo.acns.msu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: input/output error on hd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Feb 2007 22:13:40 -0000 On 2/23/07, Jerry McAllister wrote: > > > I would go back to that bsdlabel ad1s1 and edit the 'a' partition > Also changed the size and offset to match the 'c' partition. Looks like progress here but still haven't gotten all the way to a mount as you can see: %sudo bsdlabel -e /dev/ad1s1 # /dev/ad1s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 490223412 0 4.2BSD 0 0 c: 490223412 0 unused 0 0 # "raw" part, don't edit ~ ~ ~ /tmp/EdDk.YyKf4oHslF: 5 lines, 223 characters. %sudo fsck /dev/ad1s1a ** /dev/ad1s1a CANNOT READ BLK: 128 CONTINUE? [yn] y THE FOLLOWING DISK SECTORS COULD NOT BE READ: 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, /dev/ad1s1a: INCOMPLETE LABEL: type 4.2BSD fsize 0, frag 0, cpg 0, size 490223412 %sudo mount /dev/ad1s1a /hoss mount: /dev/ad1s1a: Input/output error %sudo fsck -y /dev/ad1s1 fsck: Could not determine filesystem type % Marty