I'm trying to mount a unionfs file system in fstab (as one of the steps in this guide), with the following line:
unionfs /usr unionfs nodev,noatime,dirs=/.filesystems/usr/overlay=ro:/usr=rw 0 0
I've installed the package unionfs-fuse and added unionfs to /etc/modules, but when trying to mount -a I still get an error saying
mount: unknown file system type: unionfs
What am I doing wrong here?