Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 01 Jun 2005 19:20:41 -0700 (PDT) Received: from omx2.sgi.com (omx2-ext.sgi.com [192.48.171.19]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id j522KcXq003956 for ; Wed, 1 Jun 2005 19:20:38 -0700 Received: from spindle.corp.sgi.com (spindle.corp.sgi.com [198.29.75.13]) by omx2.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id j5246SnT002466 for ; Wed, 1 Jun 2005 21:06:28 -0700 Received: from [127.0.0.1] (sshgate.corp.sgi.com [198.149.36.12]) by spindle.corp.sgi.com (SGI-8.12.5/8.12.9/generic_config-1.2) with ESMTP id j522Jead60156362; Wed, 1 Jun 2005 19:19:41 -0700 (PDT) Message-ID: <429E6CBF.6070701@sgi.com> Date: Wed, 01 Jun 2005 21:19:43 -0500 From: Eric Sandeen User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Ramsey CC: linux-xfs@oss.sgi.com Subject: Re: False No space left on device error References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 5361 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: sandeen@sgi.com Precedence: bulk X-list: linux-xfs Michael Ramsey wrote: > Even under the x86_64 kernel? even that kernel uses 32 bit inodes by default... 64-bit inodes -should- be safe on x86_64; an interesting test would be to mount with the inode64 option & see if you can create another inode. Caveat, though - I can't say 64-bit inodes on x86_64 have had much/any testing... -Eric > Michael Ramsey > > > > -----Original Message----- > From: Eric Sandeen [mailto:sandeen@sgi.com] > Sent: Wednesday, June 01, 2005 4:39 PM > To: Michael Ramsey > Cc: linux-xfs@oss.sgi.com > Subject: Re: False No space left on device error > > My best guess is that this is the inode32 allocator > running out of < 2T blocks to allocate inodes... I'd have > to think about how to prove this theory. > > -Eric > > Michael Ramsey wrote: > >>logfs2.nyc#uname -a >>Linux logfs2.nyc 2.6.11-1.27_FC3smp #1 SMP Tue May 17 >>20:38:05 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux >> >>logfs2.nyc#df -h >>/dev/mapper/raidvol-vol1 9.0T 7.1T 2.0T 79% /u01 >> >>logfs2.nyc#rpm -qa |grep xfs >>xfsprogs-2.6.13-2 >> >>logfs2.nyc#df -i >>/dev/mapper/raidvol-vol1 8236943008 3834112 8233108896 > > 1% /u01 > >>logfs2.nyc#cd /u01 >>logfs2.nyc#rm a >>rm: remove regular empty file `a'? y >>logfs2.nyc#touch a >>logfs2.nyc#touch b >>touch: cannot touch `b': No space left on device > > logfs2.nyc#rm a > >>rm: remove regular empty file `a'? y >>logfs2.nyc#touch b >>logfs2.nyc#touch a >>touch: cannot touch `a': No space left on device >> >>Logfs2.nyc#mount >>/dev/mapper/raidvol-vol1 on /u01 type xfs (rw) >> >> >>Michael Ramsey >> >> >> >> >>[[HTML alternate version deleted]] >> > >