Re: How to create overlay file system on FreeBSD?

From: <list_freebsd_at_bluerosetech.com>
Date: Wed, 01 May 2024 08:39:00 UTC
On 2024-04-29 3:53, Chen, Alvin W wrote:
> 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?

Why won't symlinking /tmp to /var/overlay work?