Authentication-Results: mail-b.sr.ht; dkim=pass header.d=d2evs.net header.i=@d2evs.net Received: from d2evs.net (d2evs.net [96.126.111.98]) by mail-b.sr.ht (Postfix) with ESMTPS id 437C311F001 for <~sircmpwn/public-inbox@lists.sr.ht>; Tue, 22 Nov 2022 00:33:34 +0000 (UTC) Received: by d2evs.net (Postfix) with ESMTPSA id 106F025918; Tue, 22 Nov 2022 00:33:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=d2evs.net; s=202005; t=1669077214; bh=N1LY16WQ9OynnTDZtEL6HiZWDfWMG/m2O3/8j9S16dU=; h=Date:Subject:From:To:References:In-Reply-To:From; b=HgatPTZs0HnTcP1vTbTNuy8gPw77MOv2lVLMBo8miGBqVh8JXs0CsIzjFHdYZRFZY JRunwBbbY4XkrylIzWIMsnVR92trckxXpdmxUm4HqrXViBdZrYLofzmQyhh0n/pmaN uiiohAAVRiNBku2nyjB3McfA+aLFsW4igKwlvjz61+I6hKlQmpfiNIWrWVesvizssu sr0rWTvAi3ye/V20G1nF5zC2yd3TXq4kh5JgFhNi7xFQsMoW2Vg/DbKhSVUp1uzV8H 41li7fdTir7Xakm3+6bRNEOJq1JHIriyFgSPSgkgrMQDsq7pfTQZLruLzpyRrtpO7/ qY5QYiRM4pbZg== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 22 Nov 2022 00:33:33 +0000 Message-Id: Subject: Re: In praise of Plan 9: Plan 9 doesn't have true "mv"! From: "Ember Sawady" To: , , <~sircmpwn/public-inbox@lists.sr.ht> X-Clacks-Overhead: GNU Terry Pratchett References: In-Reply-To: On Tue Nov 22, 2022 at 1:31 AM UTC, wrote: > Renames are supported, but only within the same file system. They're not = supported in _every_ case by mv(1) (currently, only within the same folder)= , but in principle it can be done. The main problem is that it's hard to kn= ow if two different folders are on the same file system. Seems to me that you could just try the fast rename and fall back to a copy if it fails, what's the reason that doesn't work?