From owner-freebsd-current@FreeBSD.ORG Fri Nov 4 19:23:59 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE6D416A41F for ; Fri, 4 Nov 2005 19:23:59 +0000 (GMT) (envelope-from incmc@gmx.de) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id B180C43D48 for ; Fri, 4 Nov 2005 19:23:56 +0000 (GMT) (envelope-from incmc@gmx.de) Received: (qmail invoked by alias); 04 Nov 2005 19:23:56 -0000 Received: from dslb-084-061-012-075.pools.arcor-ip.net (EHLO ms.homeip.net) [84.61.12.75] by mail.gmx.net (mp034) with SMTP; 04 Nov 2005 20:23:56 +0100 X-Authenticated: #15946415 Received: from id4cc1a79.versanet.de ([212.204.26.121] helo=nix-rechnername-auspaehen-hier) by ms.homeip.net with esmtpsa (SSLv3:RC4-MD5:128) id 1EY7AO-0007GN-S4 for freebsd-current@freebsd.org; Fri, 04 Nov 2005 20:24:01 +0100 From: Jochen Gensch To: freebsd-current@freebsd.org Date: Fri, 4 Nov 2005 20:23:35 +0100 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511042023.36498.incmc@gmx.de> X-Y-GMX-Trusted: 0 Subject: Filesystem panic - one hd inaccessable under 6-STABLE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 19:23:59 -0000 Hi! I've encountered a very bad thing here. I was compiling openoffice, when the system suddenly paniced and rebooted. When it was booting again it said: Nov 4 19:53:15 incmc kernel: Trying to mount root from ufs:/dev/ad0s3a Nov 4 19:53:15 incmc savecore: reboot after panic: ufs_dirbad: bad dir Nov 4 19:53:15 incmc savecore: writing core to vmcore.0 The bad news is, one harddisk, which was attached via firewire lost its superblock and cannot be used any more. This is my backup drive :-(. A fsck -t uds /device ends up with: fsck -t ufs /dev/da0s1 ** /dev/da0s1 Cannot find file system superblock ioctl (GCINFO): Inappropriate ioctl for device fsck_ufs: /dev/da0s1: can't read disk label both harddrives are running with ufs2 + softupdates I'm scared :-( Cheers, Jochen