From owner-freebsd-questions@FreeBSD.ORG Fri Mar 17 05:46:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0455B16A400 for ; Fri, 17 Mar 2006 05:46:07 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 854A243D46 for ; Fri, 17 Mar 2006 05:46:06 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so526100nzo for ; Thu, 16 Mar 2006 21:46:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZoyKynGi61wGZLkSvE5VYo++3WhCheyPxasoAIzzIVg5KAjzr3zJ6LPu2QBeD3lKGUSbng+9TMVJhXESVgl63Fnt4Wmdq1jKSGn95Kb1qnLVwT8pqnLzMOt4nGYn7C+v/XvXlKerjQYnN118+PAGYbQ/NCqdzCEJAT/JL/lXZSE= Received: by 10.36.113.12 with SMTP id l12mr1905389nzc; Thu, 16 Mar 2006 21:46:05 -0800 (PST) Received: by 10.37.22.74 with HTTP; Thu, 16 Mar 2006 21:46:05 -0800 (PST) Message-ID: Date: Fri, 17 Mar 2006 08:46:05 +0300 From: "Andrew Pantyukhin" To: "Michael S" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: FreeBSD Mailing List Subject: Re: need help 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, 17 Mar 2006 05:46:07 -0000 On 3/17/06, Michael S wrote: > Hi. > > I am relatively new to FreeBSD, have been running it since 5.1. > Nothing like what I experienced today had happened previously. > My machine crashed and I wasn't able to boot it back, the boot > processes wasn't able to find the kernel. I then booted with the 6.0 > Release CD and went into the FIXIT mode. > I wasn't able to mount /dev/ad0s1a (I have an IDE drive), I then tried > fsck_ffs /dev/ad0s1 and the message was: > CAN'T READ BLCK 128 > ioctl Inappropriate ioctl for device > fsck_ffs: /dev/ad0s1 can't read disk label. > > That machine was 6.0 p-1 (patched once) with slightly modified kernel. > > Is my data lost? Can anything be done still? > Any help would be appreciated. > > Michael > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > The bad news is that at least some data is lost and the HDD is toast. You might also want to try and mount the partitions read-only (this way they don't have to be clean). Some data might still be accessible.