If you’re gonna do multiple bitcoin instances, ZFS or btrfs are way better than ext4. Copy on write filesystems allow you to “copy” the entire blockchain nearly instantly, and it’s only when one instance modifies a “copied” file that the copy gets written to disk. If you have 5 instances, you don’t need 5 copies of the blockchain.