From owner-freebsd-current@FreeBSD.ORG Thu Apr 17 17:39:08 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2D7037B401 for ; Thu, 17 Apr 2003 17:39:08 -0700 (PDT) Received: from stork.mail.pas.earthlink.net (stork.mail.pas.earthlink.net [207.217.120.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 184BA43F93 for ; Thu, 17 Apr 2003 17:39:08 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0101.cvx22-bradley.dialup.earthlink.net ([209.179.198.101] helo=mindspring.com) by stork.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 196JtZ-0001E4-00; Thu, 17 Apr 2003 17:38:26 -0700 Message-ID: <3E9F48B0.7D1469B0@mindspring.com> Date: Thu, 17 Apr 2003 17:37:04 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: David Taylor References: <20030417141133.GA4155@madman.celabo.org> <20030417144449.GA4530@madman.celabo.org> <200304171535.h3HFZEFs094589@strings.polstra.com> <20030418014500.B94094@iclub.nsu.ru> <200304171944.h3HJi1jK095151@strings.polstra.com> <20030417221622.GA18079@gattaca.yadt.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4a087b3fc9a005b8eb69abafe606a9d49350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: current@freebsd.org Subject: Re: Going Dynamic (Was: HEADS UP: new NSS) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2003 00:39:08 -0000 David Taylor wrote: > Hmm, but if /sbin/mount_ufs (say) is dynamically linked, and the libraries > are still in /usr, how do you mount /usr? libc and anything else needed by the mount would go on /, just like the mount program itself. It's no coincidence that the / mount is done in the kernel, rather than by a mount program. -- Terry