From owner-freebsd-questions@FreeBSD.ORG Sun Aug 7 08:53:24 2005 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 8822116A41F for ; Sun, 7 Aug 2005 08:53:24 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47F2F44348 for ; Sun, 7 Aug 2005 08:53:24 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j778rKQF012384 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO); Sun, 7 Aug 2005 01:53:21 -0700 Message-Id: <6.1.0.6.2.20050807014507.0e883770@cobalt.antimatter.net> X-Sender: lists@cobalt.antimatter.net X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Sun, 07 Aug 2005 01:54:03 -0700 To: "Joachim Dagerot" , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <200508070819.j778JUUf017698@amail1.space2u.com> References: <200508070819.j778JUUf017698@amail1.space2u.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: My /var disk has crashed, how do I proceed? 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: Sun, 07 Aug 2005 08:53:24 -0000 At 01:19 AM 8/7/2005, Joachim Dagerot wrote: > >>My /var disk crashed this weekend. Now when I boot the system stops direct > >>after the boot-loader starts processing. No errormessages no nothing. > > >You should be able to boot into single user mode. From there you should be > >able to do whatever you need in order to fix the problem. > > >If you can't boot to single user mode, then you've got more problems than > >just your /var filesystem. > > >Thanks for your help. > >My system seems to stop right after the text >"Loading /boot/defaults/loader.conf". The /var disk is physically injured >(strange quirks, the normal sound of a broken HD). I have disconnected it >and have also disconnected the RocketRAID454 card with all it's harddisks. >Remaining harddisk is the system disk which I think works as desired. What you would normally see after the line you mentioned is something like this: /boot/kernel/kernel text=0x444168 data=0x7d5c8+0x4fc78 syms=[0x4+0x5b390+0x4+0x7 06c9] while the kernel is loaded. After that you'll get a prompt to hit enter to boot immediately, or any other key to get a prompt. If you're not getting to point where the kernel is loading, then there's likely something wrong with your root file system. Your best bet is probably to use another system to mount the disks from the one that is failing so you can try and determine exactly what the status of your file systems is. -Glenn >What is the first thing the loade is doing? > > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"