From owner-freebsd-fs@FreeBSD.ORG Mon Mar 22 00:08:49 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B511106564A for ; Mon, 22 Mar 2010 00:08:49 +0000 (UTC) (envelope-from freebsd-fs@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 589818FC0C for ; Mon, 22 Mar 2010 00:08:49 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NtVCI-0000Lc-Ox for freebsd-fs@freebsd.org; Mon, 22 Mar 2010 01:08:46 +0100 Received: from 78-1-190-173.adsl.net.t-com.hr ([78.1.190.173]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Mar 2010 01:08:46 +0100 Received: from ivoras by 78-1-190-173.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Mar 2010 01:08:46 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-fs@freebsd.org From: Ivan Voras Date: Mon, 22 Mar 2010 01:08:31 +0100 Lines: 9 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 78-1-190-173.adsl.net.t-com.hr User-Agent: Thunderbird 2.0.0.21 (X11/20090612) Subject: UFS files in a directory limit? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2010 00:08:49 -0000 hi, What is the limit on the number of files in a directory on UFS? I always thought it is 32,767 (or near it) but now I see several directories on a server with more than 36,000 files (yes it's inefficient, that's not the point). On a similar topic, I presume there are no unexpected problems with increasing vfs.ufs.dirhash_mem to ridiculous amounts like 100 MB? :)