From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7965298024bb761b013c61b2a5b4e307@quintile.net> From: "Steve Simon" Date: Tue, 18 Nov 2014 22:23:53 +0000 To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] running plan9 : an ideal setup? Topicbox-Message-UUID: 2bcb0432-ead9-11e9-9d60-3106f5b1d025 > i've been contemplating making my auth server a 9picpu booting from local, > but SD reliability is the drawback. I believe the pi will run with an external flash or hard drive, abet slowly and using a powered USB hub. you could boot the kernel from the sd card but mount the external device everywhere you need to write things, like /sys/log and /adm/keys This would give you the speed of flash but the reliability of a magnetic disk or flash drive. You could even use multiple external flash drives with fs(3). Just some random ideas. -Steve