From owner-freebsd-questions@FreeBSD.ORG Fri Feb 19 07:15:18 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E841C1065672 for ; Fri, 19 Feb 2010 07:15:18 +0000 (UTC) (envelope-from dking@ketralnis.com) Received: from ketralnis.com (melchoir.ketralnis.com [68.183.67.83]) by mx1.freebsd.org (Postfix) with ESMTP id 828158FC26 for ; Fri, 19 Feb 2010 07:15:18 +0000 (UTC) Received: from [172.30.0.254] ([12.69.88.2]) (authenticated bits=0) by ketralnis.com (8.14.3/8.14.3) with ESMTP id o1J70Ls8056827 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 18 Feb 2010 23:00:22 -0800 (PST) (envelope-from dking@ketralnis.com) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: David King In-Reply-To: Date: Thu, 18 Feb 2010 23:00:20 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <9512FFD9-F4E3-4038-9111-56C6D232AF12@ketralnis.com> References: To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.1077) X-Spam-Status: No, score=3.5 required=5.0 tests=FH_DATE_PAST_20XX,RDNS_NONE autolearn=disabled version=3.2.5 X-Spam-Level: *** X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on melchoir.ketralnis.com Cc: Patrick Collins Subject: Re: Maximum Number of USB Mass Storage Devices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2010 07:15:19 -0000 > I have a requirement to connect a large number of USB bus powered = external > hard disks to a FreeBSD 8.0 system. I am talking about hundreds of = them. The USB spec itself limits to 127 devices per bus, including hubs (and = including the internal hub-like device on many busses). = > I am aware of the power and bus limitations and intend to use power = hubs and > multiple server USB ports to overcome this issue. My question is this: >=20 > Does FreeBSD 8.0-RELEASE have an operating system limitation on the = number > of USB storage devices I can connect and mount. >=20 > Thanks. >=20 > Patrick Collins