Re: How to create overlay file system on FreeBSD?
- In reply to: Chen, Alvin W: "How to create overlay file system on FreeBSD?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Apr 2024 11:32:58 UTC
On 29.04.24 12: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? > Maybe unionfs does what you want - have you had a look at it? Regards, Robert