From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] rewriting paths [was: mv vs cp] From: Fco.J.Ballesteros MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20011009062615.25BD719A0A@mail.cse.psu.edu> Date: Tue, 9 Oct 2001 08:25:44 +0200 Topicbox-Message-UUID: 02c1b900-eaca-11e9-9e20-41e7f4b1d025 One thing I like in Plan 9 is that by keeping the fs alive, you can survive crashes on any other machine. The renamefs would make you more dependent on crashes not happening in the machine w/ renamefs before it moves everything around. The other question I have: is all this worth just to avoid mv doing a cp+rm? Beware that even if you could move, the worm would burn a copy unless you also modify it.