I made a FreeBSD Installation USB memory stick. It uses ZFS as root instead of UFS2. I used
zfs set readonly=on to the filesystem mounted as root, but I think that isn't sufficient. I want to make sure it does not perform any unnecessary writes to USB, not even ZFS' history logs. How to do this? I can't find the solution anywhere.