In message <cab7kt3gohx0+2_stwrpa_zhgwahmbftwh3kd6yqfjdtdlvt...@mail.gmail.com>
, Judah Richardson writes:
>*NFS Server*
>
>OpenIndiana Hipster PC, IP address 192.168.0.71
>
>*ZFS filesystem to be shared*
>
>rpool1, mounted at /rpool1
>
>*NFS Client*
>
>Raspberry Pi 3 Model B+ running Raspberry Pi OS Stable, hostname
>RaspberryPi3ModelPlus.lan (The .lan is the standard fill-in domain name for
>networks that don't have an FQDN, such as a home network like mine). IP
>address is 192.168.0.107
>
>*NFS Server Config*
>
>I ran the following:
>
># zfs set sharenfs='rw=192.168.0.107,root=RaspberryPi3ModelBPlus.lan' rpool1

oi# zfs set sharenfs=rw=@192.168.0.107/32,root=@192.168.0.107/32 rpool1

>*NFS Client Mount*
>
>I ran # mount -t nfs -o proto=tcp,port=2049 192.168.0.71:/ /mnt as the
>official docs say. rpool1 mounts just fine; but I can't browse it, even as
>root on the Pi:
>
># cd rpool1
>bash: cd: rpool1: Permission denied

pi# showmount -e 192.168.0.71
pi# mount -t nfs -o vers=4 -v 192.168.0.71:/rpool1

John
groenv...@acm.org

_______________________________________________
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to