In message <cab7kt3fegtulsv25uacpxohfb9gqznaaboy0f5xrku6uy56...@mail.gmail.com> , Judah Richardson writes: >I have a couple directories on a ZFS filesystem on FreeBSD 12.1-RELEASE. >I'd like to export them via NFS and then automatically mount them on >OpenIndiana Hipster at boot. > >FreeBSD defaults to NFSv4.Does anyone have any ideas on how to properly >mount that on OI?
# mkdir /v4mount # echo "freebsd:/v4share - /v4mount nfs - yes vers=4">>/etc/vfstab # mountall -F nfs John [email protected] _______________________________________________ openindiana-discuss mailing list [email protected] https://openindiana.org/mailman/listinfo/openindiana-discuss
