Copy on write - APFS vs HFS+ behavior
My question is whether or not copy-on-write cloning is implemented on files residing on an HFS+ (Mac OS Extended) formatted drive.
If you are running an APFS-based version of macOS, and copy or duplicate a file that is on an HFS+ drive (copied or duplicated to that same HFS+ drive), is the resulting copy/duplicate a new file that is independent of the original ... or is it a copy-on-write clone?
(Copy-on-write was introduced a few years ago with APFS & High Sierra; all subsequent releases of macOS use APFS. For anyone wanting a primer on copy-on-write, here's an informative article -> Copy, move and clone files in APFS, a primer.)