From owner-freebsd-questions@FreeBSD.ORG Fri Jan 26 23:05:46 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B66816A40D for ; Fri, 26 Jan 2007 23:05:46 +0000 (UTC) (envelope-from freminlins@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id 24F8D13C4B8 for ; Fri, 26 Jan 2007 23:05:39 +0000 (UTC) (envelope-from freminlins@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so774567uge for ; Fri, 26 Jan 2007 15:05:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=LolVQZUEnbrW5j6U14Xd//kRco9GJxzc/UOzz43bqOpCIoWPcRZtVSgPtAWeuPAZVsmS+OrvYTWJiS3Y8bVtR9jYzZHw5nRH5tbHRld62s8vvrHzH5U1t9Rfn5M6nPpCCCqIaF6yVSG0lqCPWheJf0R/b76IbU5BtRorD1E2bRA= Received: by 10.78.50.5 with SMTP id x5mr2548394hux.1169852738345; Fri, 26 Jan 2007 15:05:38 -0800 (PST) Received: by 10.78.159.14 with HTTP; Fri, 26 Jan 2007 15:05:37 -0800 (PST) Message-ID: Date: Fri, 26 Jan 2007 23:05:37 +0000 From: Freminlins To: "Kris Kennaway" In-Reply-To: <20070126174826.GA13730@xor.obsecurity.org> MIME-Version: 1.0 References: <20070126174826.GA13730@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: mknod, devfs and FreeBSD 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, 26 Jan 2007 23:05:46 -0000 Kris, On 26/01/07, Kris Kennaway wrote: > > Set up and mount numerous devfs file systems ;) That is exactly what I am trying to avoid. One of the servers has 1400 sites on it, and I really don't want 1400 devfs mounts. If the only way to do this now is by having so many devfs mounts I am better off not upgrading, and it is very arugable that FreeBSD has lost some functionality by forcing such a scheme. Really it's not hard, you just specify the devices you want with a > simple devfs(8) ruleset. It's not how hard it is, it's how untidy it is. Kris Frem.