I followed the instructions in the FreeBSD handbook. But I am stuck with this on a 11-RC1 machine:
I had
Adding
Any idea what mistake could I have made?
Code:
# mount -t nullfs /usr/home/j/mroot /usr/home/j/www
mount_nullfs: /usr/home/j/www: Operation not supported by device
# kldstat
<snip>
2 1 0xfffffffff80fcb000 b1a0 nullfs.ko
<snip>
# ls -ld /usr/home/j/mroot
drwxr-xr-x 14 root wheel 20 Aug 16 19:25 /usr/home/j/mroot
# ls -ld /usr/home/j/www
drwxr-xr-x 2 root wheel 20 Aug 16 19:27 /usr/home/j/www
#
I had
nullfs_load="YES"
in /boot/loader.conf
. Did not work. Adding
options NULLFS
to the kernel configuration didn't change anything.Any idea what mistake could I have made?