How to create overlay file system on FreeBSD?

From: Chen, Alvin W <Weike.Chen_at_Dell.com>
Date: Mon, 29 Apr 2024 10:53:49 UTC
Hi,
I'd like to overlay tmpfs on top of a read only dataset.
/var/data    -> lower: dataset mount as read-only
/tmp/          ->upper: writable
/var/overlay -> any files created will be created in /tmp/
As I know FreeBSD can't support overlayfs, any other ways to achieve it?


Internal Use - Confidential