From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Wed, 21 Sep 2005 11:34:41 -0400 From: Russ Cox To: Lucio De Re , Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] Q:How to replace 9load in the 9fat partition? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1127208926.049648.138960@g43g2000cwa.googlegroups.com> Cc: Topicbox-Message-UUID: 8e3e7da0-ead0-11e9-9d60-3106f5b1d025 > 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. this isn't true. as forsyth said, all you have to do is chmod +al it if the permission bits change. if chmod fails, then you might need to do some moving things around to make some contiguous disk space. russ