From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 11147 invoked from network); 24 Jun 2020 17:02:37 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 24 Jun 2020 17:02:37 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id BD32C945B2; Thu, 25 Jun 2020 03:02:33 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id AB98D9459C; Thu, 25 Jun 2020 03:02:07 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 3B2769459A; Thu, 25 Jun 2020 03:02:05 +1000 (AEST) X-Greylist: delayed 640 seconds by postgrey-1.36 at minnie.tuhs.org; Thu, 25 Jun 2020 03:02:01 AEST Received: from h4.fbrelay.privateemail.com (h4.fbrelay.privateemail.com [131.153.2.45]) by minnie.tuhs.org (Postfix) with ESMTPS id 8EAD194599 for ; Thu, 25 Jun 2020 03:02:01 +1000 (AEST) Received: from MTA-05-3.privateemail.com (mta-05.privateemail.com [198.54.127.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h3.fbrelay.privateemail.com (Postfix) with ESMTPS id 60CBA80C16 for ; Wed, 24 Jun 2020 12:51:20 -0400 (EDT) Received: from MTA-05.privateemail.com (localhost [127.0.0.1]) by MTA-05.privateemail.com (Postfix) with ESMTP id 031E56004B; Wed, 24 Jun 2020 12:51:19 -0400 (EDT) Received: from localhost (unknown [10.20.151.238]) by MTA-05.privateemail.com (Postfix) with ESMTPA id 6F9FF6004A; Wed, 24 Jun 2020 16:51:17 +0000 (UTC) Date: Wed, 24 Jun 2020 09:51:07 -0700 From: Anthony Martin To: Paul Ruizendaal Message-ID: <20200624165107.GA5737@alice> References: <4FC7FA55-5035-41A2-B52F-AE26DC8BED2C@planet.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4FC7FA55-5035-41A2-B52F-AE26DC8BED2C@planet.nl> X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [TUHS] VFS prior to 1984 X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: TUHS main list Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Paul Ruizendaal once said: > When googling for File System Switch or Virtual File System most sources > mention Sun NFS and SysVr3 as the earliest implementations. Some sources > mention 8th Edition. > > I did a (short) search on FSS/VFS in earlier, non-Unix OS’s (Tenex, > Multics, CTSS, etc.), but none of those seem to have had a comparable > concept. > > Does anybody recall prior art (prior to 1984) in this area? The concept of the "remote inode" was introduced in: Luderer, G. W., Che, H., Haggerty, J. P., Kirslis, P. A., & Marshall, W. T. (1981). A distributed UNIX system based on a virtual circuit switch. ACM SIGOPS Operating Systems Review, 15(5), 160-168. Cheers, Anthony