Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 07 Apr 2003 17:43:34 -0700 (PDT) Received: from ishtar.tlinx.org (ishtar.tlinx.org [64.81.58.33]) by oss.sgi.com (8.12.9/8.12.9) with SMTP id h380hRFu016869 for ; Mon, 7 Apr 2003 17:43:28 -0700 Received: from Shiva (shiva [192.168.3.20]) by ishtar.tlinx.org (8.12.6/8.12.2/SuSE Linux 0.6) with ESMTP id h380hA8M010429; Mon, 7 Apr 2003 17:43:15 -0700 From: "l.a walsh" To: "'Nathan Scott'" , "'Chris Croswhite'" Cc: Subject: RE: dd of xfs partition does not mount Date: Mon, 7 Apr 2003 17:43:10 -0700 Message-ID: <001301c2fd67$d7b64260$1403a8c0@sc.tlinx.org> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal In-Reply-To: <20030404021852.GF911@frodo> X-archive-position: 3549 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: xfs@tlinx.org Precedence: bulk X-list: linux-xfs Content-Length: 1230 Lines: 29 It'd be really beneficial/user-friendly if some message could be issued in mount about this other that 'generic failure happened'. I've been bitten by this twice, finally remembering the UUID the 2nd time around -- it's not something most ext2 users are going to be used to, or ISOFS, or many other file systems. Even though a generic status is returned to mount, isn't it possible to still spit something out on stderr to the effect of 'attempt to mount duplicate UUID', or does 'mount' redirect stderr as well? Maybe /dev/tty would work for interactive terminals and /dev/console otherwise...? It's just easy to forget when one does a bunch of iso or FAT copies...and months (and 20-30 other fs copies later), copy another xfs fs, and womp...why didn't that work? If you're lucky, it's not your first time and you remember (eventually)...otherwise, it can be a bit crazy-making.... -l > -----Original Message----- > From: linux-xfs-bounce@oss.sgi.com > [mailto:linux-xfs-bounce@oss.sgi.com] On Behalf Of Nathan Scott > You probably need to use the "nouuid" mount option, or use > xfs_admin(8) to change the UUID on the copied filesystem. > You syslog will have more information on the nature of the > mount failure.