From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Wed, 24 Oct 2012 21:40:55 -0400 To: 9fans@9fans.net Message-ID: <2d58feeb7cda83166b988268a067e9a8@brasstown.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] ext2srv problem with too many files Topicbox-Message-UUID: c8f60a1a-ead7-11e9-9d60-3106f5b1d025 > term% for(i in`{seq 1 5000}) touch $i > touch: 4091: cannot create: '4091' no space on device looks to me like readdir() only reads the direct blocks, but that doesn't seem right since 4090*264 ~= 1mb. - erik