From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] Q:How to replace 9load in the 9fat partition? From: Lucio De Re Date: Wed, 21 Sep 2005 13:16:29 +0200 In-Reply-To: <1127208926.049648.138960@g43g2000cwa.googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 8d5e113e-ead0-11e9-9d60-3106f5b1d025 > I have done some changes on 9load source and recompiled it. > I read `Notes on Plan 9 source' and it says 9load is stored > continuously on the 9fat patition, can i replace it with new > version directly, or how to replace in another way? If it's not significantly bigger than before, just cp it. If its permission bits change, you need to use disk/format as shown in man prep, with all the pertinent provisos. ++L