From owner-freebsd-current@FreeBSD.ORG Fri Nov 4 21:51:58 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 3767816A41F for ; Fri, 4 Nov 2005 21:51:58 +0000 (GMT) (envelope-from incmc@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 5808D43D45 for ; Fri, 4 Nov 2005 21:51:56 +0000 (GMT) (envelope-from incmc@gmx.de) Received: (qmail invoked by alias); 04 Nov 2005 21:51:55 -0000 Received: from dslb-084-061-012-075.pools.arcor-ip.net (EHLO ms.homeip.net) [84.61.12.75] by mail.gmx.net (mp016) with SMTP; 04 Nov 2005 22:51:55 +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 1EY9Tb-0008QZ-M7; Fri, 04 Nov 2005 22:51:59 +0100 From: Jochen Gensch To: ticso@cicely.de, freebsd-current@freebsd.org Date: Fri, 4 Nov 2005 22:51:33 +0100 User-Agent: KMail/1.8.2 References: <200511042023.36498.incmc@gmx.de> <436BBB1C.1030900@centtech.com> <20051104212757.GD4813@cicely12.cicely.de> In-Reply-To: <20051104212757.GD4813@cicely12.cicely.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511042251.33902.incmc@gmx.de> X-Y-GMX-Trusted: 0 Cc: Subject: Re: 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 21:51:58 -0000 Am Freitag 04 November 2005 22:27 schrieb Bernd Walter: > If you have the filesystem on a slice (e.g. da0s1) and not a partition > (e.g. da0s1e) it shouldn't be an UFS one. I simply use the whole harddrive without subdividing partitions. Why souldn't that slice be ufs? > Then check with disklabel da0s1 what partitions you have and use the > 4.2BSD ones. disklabel da0s1 # /dev/da0s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 320159322 0 unused 0 0 # "raw" part, don't edit As you can see, nothing left. However I don't know what it looked like before. I was able to mount da0s1 directly, so maybe there wasn't any partition anyway since I used the entire disk at once (I'm not that used to filesystem issues)? Jochen