From owner-freebsd-questions@FreeBSD.ORG Mon Jan 29 13:07:27 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 E799216A401 for ; Mon, 29 Jan 2007 13:07:27 +0000 (UTC) (envelope-from freminlins@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by mx1.freebsd.org (Postfix) with ESMTP id A6C4D13C442 for ; Mon, 29 Jan 2007 13:07:27 +0000 (UTC) (envelope-from freminlins@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so480355ana for ; Mon, 29 Jan 2007 05:07:27 -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=bppkZFUqjnCk/Zn1hoEfCBhUfJEgCPLSGostGsolhXK/Dxntx38RqmMXyKdyFb0ljuZPlG8eDUVDZpNR0mVmT6pXL3lTZKaoQwxgQUjNU+cSW6rIyfgLfhVe3BjTMEXsBh6Kbw0By7CyqEIDCTFUSMs8r2PkqJPrCgkGBxVOtkE= Received: by 10.78.17.4 with SMTP id 4mr4085536huq.1170076045762; Mon, 29 Jan 2007 05:07:25 -0800 (PST) Received: by 10.78.159.14 with HTTP; Mon, 29 Jan 2007 05:07:25 -0800 (PST) Message-ID: Date: Mon, 29 Jan 2007 13:07:25 +0000 From: Freminlins To: "Kris Kennaway" In-Reply-To: <20070128184925.GB61662@xor.obsecurity.org> MIME-Version: 1.0 References: <20070126174826.GA13730@xor.obsecurity.org> <20070126234756.GA19420@xor.obsecurity.org> <20070128184925.GB61662@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: Mon, 29 Jan 2007 13:07:28 -0000 Kris, On 28/01/07, Kris Kennaway wrote: > > > I not understand this no sentence :) Sorry, I didn't read what I typed. I meant to type "Was the effect of this considered at all?" What reasons, other than cosmetic, do you have for not wanting to do > this? Well, I am sure you would agree it is simpler to mknod for a small subset of /dev than to mount a devfs. Also, it means I have to migrate my existing set up which works perfectly as it is. It isn't just cosmetic, it really is more awkward than running mknod. I take your point that there's no technical reason not to do this, but it isn't pretty. Kris Frem.