Am 07.07.20 um 18:19 schrieb Judah Richardson:
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? Thanks, Judah _______________________________________________ openindiana-discuss mailing list [email protected] https://openindiana.org/mailman/listinfo/openindiana-discuss
The default nfs version in OI/illumos is also 4. So there shouldn't be any problem to mount the file systems, if everything is configured correctly. You should set your nfd mapid domain, like pfexec sharectl set -p nfsmapid_domain=<your domain name comes here> and make sure to have the same mapid domain on your FreeBSD host. Plus, you should have the same user names and groups on both systems because while nfs v3 uses user id's and group id's, nfs v4 uses user names and groups (by means of mapid). Make sure you have the needed services running (at least nfs/client and nfs/mapid). If they are not enabled yet, enable them (by means of svcadm). If you haven't disabled autofs you should be able to see the available shares from the host on you OI system beneath /net/<host name> (replace <host name> with the name of the FreeBSD host; of course you'll need working local name resolution). Regards Andreas _______________________________________________ openindiana-discuss mailing list [email protected] https://openindiana.org/mailman/listinfo/openindiana-discuss
