Received: with ECARTIS (v1.0.0; list xfs); Sat, 19 Jan 2008 12:41:30 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.0-r574664 (2007-09-11) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.0-r574664 Received: from cuda.sgi.com (cuda2.sgi.com [192.48.168.29]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id m0JKfPsD016139 for ; Sat, 19 Jan 2008 12:41:26 -0800 X-ASG-Debug-ID: 1200775304-6e1c00280000-NocioJ X-Barracuda-URL: http://cuda.sgi.com:80/cgi-bin/mark.cgi Received: from sandeen.net (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 8044453B039 for ; Sat, 19 Jan 2008 12:41:44 -0800 (PST) Received: from sandeen.net (sandeen.net [209.173.210.139]) by cuda.sgi.com with ESMTP id a5aPBIushxcBwQzf for ; Sat, 19 Jan 2008 12:41:44 -0800 (PST) Received: from liberator.sandeen.net (liberator.sandeen.net [10.0.0.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by sandeen.net (Postfix) with ESMTP id B1B2718D9045C; Sat, 19 Jan 2008 14:41:43 -0600 (CST) Message-ID: <47926087.3020600@sandeen.net> Date: Sat, 19 Jan 2008 14:41:43 -0600 From: Eric Sandeen User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Jan Engelhardt CC: xfs@oss.sgi.com X-ASG-Orig-Subj: Re: Volume too big Subject: Re: Volume too big References: <4792223E.7080805@sandeen.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Barracuda-Connect: sandeen.net[209.173.210.139] X-Barracuda-Start-Time: 1200775304 X-Barracuda-Bayes: INNOCENT GLOBAL 0.0000 1.0000 -2.0210 X-Barracuda-Virus-Scanned: by cuda.sgi.com at sgi.com X-Barracuda-Spam-Score: -2.02 X-Barracuda-Spam-Status: No, SCORE=-2.02 using per-user scores of TAG_LEVEL=2.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=3.0 tests= X-Barracuda-Spam-Report: Code version 3.1, rules version 3.1.39915 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-Virus-Scanned: ClamAV 0.91.2/5497/Sat Jan 19 09:22:49 2008 on oss.sgi.com X-Virus-Status: Clean X-archive-position: 14202 X-ecartis-version: Ecartis v1.0.0 Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com X-original-sender: sandeen@sandeen.net Precedence: bulk X-list: xfs Jan Engelhardt wrote: > On Jan 19 2008 10:15, Eric Sandeen wrote: >>> 16:51 localhost:~ # strace -e mount mount /dev/md0 /mnt >>> mount("/dev/md0", "/mnt", "xfs", MS_MGC_VAL, NULL) = -1 E2BIG (Argument >>> list too long) >>> mount: Argument list too long >>> >>> 16:51 localhost:~ # uname -a >>> Linux localhost 2.6.23.14-ccj63-regular #1 SMP 2007/10/26 14:17:15 UTC >>> i686 athlon i386 GNU/Linux >>> >>> CONFIG_LBD=y. Do I need an extra flag for mkfs? >> Nope; this is probably that you can't do > 16T on a 32 bit box (core >> linux restriction, pretty much) >> get an x86_64, I think :) > > Hm, JFS fails too. > But btrfs 0.11 can mount it. It's possible that btrfs can cope with this somehow - but also quite possible that it's just missing the right checks :) -Eric