From owner-freebsd-hackers Thu Jan 2 19:30:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA25736 for hackers-outgoing; Thu, 2 Jan 1997 19:30:18 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id TAA25728 for ; Thu, 2 Jan 1997 19:30:15 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.7.6/8.6.5) with SMTP id TAA18783; Thu, 2 Jan 1997 19:29:46 -0800 (PST) Message-Id: <199701030329.TAA18783@root.com> X-Authentication-Warning: implode.root.com: Host localhost [127.0.0.1] didn't use HELO protocol To: Charles Henrich cc: freebsd-hackers@freebsd.org Subject: Re: more than 32 disks? In-reply-to: Your message of "Thu, 02 Jan 1997 19:03:32 EST." <199701030003.TAA19664@crh.cl.msu.edu> From: David Greenman Reply-To: dg@root.com Date: Thu, 02 Jan 1997 19:29:46 -0800 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Whenever attempting a ./MAKEDEV sd32+ it fails with bad unit for disk.. > >How does one add more disks than 32? And even if you cant, how can I address a >disk as sd32 ? Help! Thanks! Oh yeah, I forgot to reply to your message to me about this. The answer for wcarchive is that we only have 3 controllers - 0-2, so I haven't been faced with an sd3 problem yet. :-) It looks like there are only 5 bits for the unit number. This means that one will have to make driver changes to go beyond 32 units. :-( -DG David Greenman Core-team/Principal Architect, The FreeBSD Project