From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: tuhs-bounces@minnie.tuhs.org X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id c673609f for ; Thu, 27 Sep 2018 14:31:20 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 4784AA1DCD; Fri, 28 Sep 2018 00:31:19 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 96585A1DCC; Fri, 28 Sep 2018 00:31:11 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 93435A1DCC; Fri, 28 Sep 2018 00:31:10 +1000 (AEST) Received: from mercury.lcs.mit.edu (mercury.lcs.mit.edu [18.26.0.122]) by minnie.tuhs.org (Postfix) with ESMTPS id 980DE9E99B for ; Fri, 28 Sep 2018 00:31:09 +1000 (AEST) Received: by mercury.lcs.mit.edu (Postfix, from userid 11178) id C05D418C08E; Thu, 27 Sep 2018 10:31:08 -0400 (EDT) To: tuhs@minnie.tuhs.org Message-Id: <20180927143108.C05D418C08E@mercury.lcs.mit.edu> Date: Thu, 27 Sep 2018 10:31:08 -0400 (EDT) From: jnc@mercury.lcs.mit.edu (Noel Chiappa) Subject: Re: [TUHS] The origin of /home X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: jnc@mercury.lcs.mit.edu Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" > From: Jon Forrest > Another reason why the home directory part of /usr was made into /home > is because after doing so, it was possible to mount /usr read-only, and > supply it from a server. The real issue is that /usr contained stuff which wasn't true 'user data' - e.g. /usr/bin. The reasons for that must have seemed good at the time it started, but it was IMO a mistake. (Disgression about partitions, physical packs, etc elided for now.) Noel