From nobody Mon Dec 20 19:38:56 2021 X-Original-To: freebsd-fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E95C718F0B3E for ; Mon, 20 Dec 2021 19:39:07 +0000 (UTC) (envelope-from sysadmin.lists@mailfence.com) Received: from wilbur.contactoffice.com (wilbur.contactoffice.com [212.3.242.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4JHqf30B8Pz4k7K for ; Mon, 20 Dec 2021 19:39:06 +0000 (UTC) (envelope-from sysadmin.lists@mailfence.com) Received: from ichabod.co-bxl (ichabod.co-bxl [10.2.0.36]) by wilbur.contactoffice.com (Postfix) with ESMTP id 3FA778A6 for ; Mon, 20 Dec 2021 20:38:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1640029138; s=20210208-e7xh; d=mailfence.com; i=sysadmin.lists@mailfence.com; h=Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:From; l=331; bh=B+VUdLwRYOHNVm8qD68NyoN4oGQHV5qTxiGX2fkC6QA=; b=MqA0zp7GkNa993Wbb1f+puC20pVHSqtTXrNt9BdsApjA89Zz3OJ6ld95tL8e+eko h1HNURVnvym5+cHixviZVL2jgzYmkhcA41WJlgCqC9UgcjOoLcmmBn0TiWo71HScI3G Kon4OGdETqf8p3vNboH1+NW6ubCNcGhnDYWpuIYeWLR/rvvYRaSscMyjbhZp9X3O7mg Fw6FgHgLdc25IakqaJG4t13EnPAbOaOvTsbqIEqTQ8QBrbtOTtwDu7zxxh6sjG9xinA pmcjrX/N3nZMI5r6dlVlJKKhhy7qzmlNr+/GxUlewMNYKspT+PDcnHo2ki6+b57oE42 /gO1yWJWrA== Date: Mon, 20 Dec 2021 20:38:56 +0100 (CET) Message-ID: <375610556.45408.1640029136036@ichabod.co-bxl> List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Move File on Disk From: Sysadmin Lists To: Freebsd Fs X-Mailer: ContactOffice Mail X-ContactOffice-Account: com:312482426 X-Rspamd-Queue-Id: 4JHqf30B8Pz4k7K X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=fail ("body hash did not verify") header.d=mailfence.com header.s=20210208-e7xh header.b=MqA0zp7G; dmarc=pass (policy=quarantine) header.from=mailfence.com; spf=pass (mx1.freebsd.org: domain of sysadmin.lists@mailfence.com designates 212.3.242.68 as permitted sender) smtp.mailfrom=sysadmin.lists@mailfence.com X-Spamd-Result: default: False [-1.78 / 15.00]; ARC_NA(0.00)[]; XM_UA_NO_VERSION(0.01)[]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[212.3.242.68:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:212.3.242.64/26]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-fs@freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_SPAM_MEDIUM(0.21)[0.208]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[mailfence.com:-]; DMARC_POLICY_ALLOW(0.00)[mailfence.com,quarantine]; NEURAL_HAM_SHORT(-0.10)[-0.100]; R_DKIM_REJECT(0.00)[mailfence.com:s=20210208-e7xh]; DMARC_POLICY_ALLOW_WITH_FAILURES(-0.50)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:10753, ipnet:212.3.242.64/26, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_LOW(-0.10)[212.3.242.68:from] X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N Is there a tool for relocating a file on disk? Say I have: b - a - But want them on disk as: a - b - I'm using a program that requires the two files be in specific order on the USB drive. Is there some combination of using inode numbers and dd, perhaps? -- Sent with https://mailfence.com Secure and private email