From owner-freebsd-fs@FreeBSD.ORG Sat Jan 29 16:37:42 2011 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 379C5106566B for ; Sat, 29 Jan 2011 16:37:42 +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 E47898FC17 for ; Sat, 29 Jan 2011 16:37:41 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PjDnw-0004Wm-L6 for freebsd-fs@freebsd.org; Sat, 29 Jan 2011 17:37:40 +0100 Received: from cpe-188-129-82-107.dynamic.amis.hr ([188.129.82.107]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Jan 2011 17:37:40 +0100 Received: from ivoras by cpe-188-129-82-107.dynamic.amis.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Jan 2011 17:37:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-fs@freebsd.org From: Ivan Voras Date: Sat, 29 Jan 2011 17:37:28 +0100 Lines: 14 Message-ID: References: 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: cpe-188-129-82-107.dynamic.amis.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101102 Thunderbird/3.1.6 In-Reply-To: Subject: Re: Count of mounting filesystem 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: Sat, 29 Jan 2011 16:37:42 -0000 On 28/01/2011 23:04, Serg Z wrote: > Hello! > > How many filesystems I can mount? > What limits count of mounting filesystem? Short answer is "too large to bother". I once did 14,000 mount points just for fun, and it still wasn't the limit: http://ivoras.net/blog/tree/2009-10-20.the-night-of-1000-jails.html I think the real limit would be available memory to hold the file system structures.