From mboxrd@z Thu Jan 1 00:00:00 1970 User-Agent: K-9 Mail for Android In-Reply-To: References: <814a9ee9-3cf7-453f-b6cb-0d3b10601100@email.android.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 From: Stanley Lieber Date: Tue, 15 Nov 2016 14:05:11 -0500 To: "James A. Robinson" , Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-ID: <753998c8-7595-4f6a-bb94-e45c95dd9b42@email.android.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] Maintenance of an auth server files vs a dns+dhcp+tftp server Topicbox-Message-UUID: aafd5c0a-ead9-11e9-9d60-3106f5b1d025 "James A. Robinson" wrote: >So in a canonical installation the auth server mounts its root from the >file server? > >On Tue, Nov 15, 2016 at 10:47 AM Stanley Lieber wrote: > >> The idea is that there is one file system shared by all the >neighboring >> systems. The canonical Plan 9 installation comprises one disk file >server >> and many diskless computing machines (auth servers, cpu servers, >terminals). >> Yes. You can arrange for hands-free booting by storing the same authid/a= uthdom/password in the nvram of both the file server and the auth server.= I usually boot the auth server from a 9fat partition or a USB key, then = tcp (actually, tls) mount the root file system from the file server. sl