Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 16 Feb 2004 06:20:50 -0800 (PST) Received: from medoc.inf.ethz.ch (medoc.inf.ethz.ch [129.132.178.200]) by oss.sgi.com (8.12.10/8.12.9) with SMTP id i1GEKkKO023932 for ; Mon, 16 Feb 2004 06:20:47 -0800 Received: from localhost (localhost [127.0.0.1]) by medoc.inf.ethz.ch (Postfix) with ESMTP id 56942D972 for ; Mon, 16 Feb 2004 15:20:45 +0100 (MET) Received: from medoc.inf.ethz.ch ([127.0.0.1]) by localhost (medoc [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03903-01-2 for ; Mon, 16 Feb 2004 15:20:44 +0100 (MET) Received: by medoc.inf.ethz.ch (Postfix, from userid 42460) id A1575D973; Mon, 16 Feb 2004 15:20:44 +0100 (MET) Received: from ikarus.inf.ethz.ch (ikarus.inf.ethz.ch [129.132.10.58]) by www.mail.inf.ethz.ch (IMP) with HTTP for ; Mon, 16 Feb 2004 15:20:44 +0100 Message-ID: <1076941244.4030d1bc0eb22@www.mail.inf.ethz.ch> Date: Mon, 16 Feb 2004 15:20:44 +0100 From: mschmitt@inf.ethz.ch To: linux-xfs@oss.sgi.com Subject: XFS: Filesystem sd(8,50) has duplicate UUID - can't mount MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 User-Agent: Internet Messaging Program (IMP) 3.2.2 X-Originating-IP: 129.132.10.58 X-Virus-Scanned: by amavisd-new at inf.ethz.ch Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by oss.sgi.com id i1GEKmKO023933 X-archive-position: 2092 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: mschmitt@inf.ethz.ch Precedence: bulk X-list: linux-xfs We have the following error in the dmesg output: xfs_force_shutdown(sd(8,50),0x8) called from line 1071 of file xfs_trans.c. Return address = 0xf91fe4a6 Filesystem "sd(8,50)": Corruption of in-memory data detected. Shutting down filesystem: sd(8,50) I stopped all services that access that partition and tried xfs_repair: Phase 1 - find and verify superblock... Phase 2 - using internal log - zero log... ERROR: The filesystem has valuable metadata changes in a log which needs to be replayed. Mount the filesystem to replay the log, and unmount it before re-running xfs_repair. If you are unable to mount the filesystem, then use the -L option to destroy the log and attempt a repair. Note that destroying the log may cause corruption -- please attempt a mount of the filesystem before doing this. So I tried to mount the filesystem again: mount -LNH1 /export/home/h1 -o logbufs=8,logbsize=65536,usrquota mount: wrong fs type, bad option, bad superblock on /dev/sdd2, or too many mounted file systems Which showed the following message in dmesg: XFS: Filesystem sd(8,50) has duplicate UUID - can't mount What does that mean? Is there a chance I can replay the log anyway? Any hints will be appreciated. Thanks Greetz Marc