Hello everyone,
I'm currently stuck on sharing my ZFS tank0 using NFS. (FreeBSD 11.1)
I've tried
Thats my setup:
FreeBSD Server (10.0.2.15/24)
Linux Client A (10.0.2.2/24)
Future Client B (10.0.2.3/24)
I want to share tank0 to client A as readonly and to client B as read/write.
Executed on FreeBSD:
Executed on Client A:
I'm currently stuck on sharing my ZFS tank0 using NFS. (FreeBSD 11.1)
I've tried
- https://www.freebsd.org/cgi/man.cgi?query=zfs&sektion=8
- https://www.hiroom2.com/2016/05/18/ubuntu-16-04-share-zfs-storage-via-nfs-smb/
Thats my setup:
FreeBSD Server (10.0.2.15/24)
Linux Client A (10.0.2.2/24)
Future Client B (10.0.2.3/24)
I want to share tank0 to client A as readonly and to client B as read/write.
Executed on FreeBSD:
zfs sharenfs="ro=10.0.2.2/32" tank0
Executed on Client A:
mount -t nfs 10.0.2.15:/tank0 /mnt -v
Code:
mount.nfs trying text based options 'vers=4,addr=10.0.2.15,clientaddr=10.0.2.2'
Connection refused
showmount -e
on FreeBSD does nothing until I "ctrl-c" it. showmount -e 10.0.2.15
on Linux gives me "Connection refused" again.