I run 32-bits FreeBSD 13.0 p4 on a Pentium 4 HT. I have installed Samba, restarting samba gives the next result.
root@Pentium:~ # service samba_server restart
Performing sanity check on Samba configuration: OK
Stopping smbd.
Waiting for PIDS: 803.
Stopping nmbd.
Performing sanity check on Samba configuration: OK
Starting nmbd.
Starting smbd.
and
root@Pentium:~ # service samba_server status
nmbd is running as pid 22200.
smbd is running as pid 22207.
I don't see the Pentium appear on the network. I did not activate any firewall and sharing a zfs dataset gives the following result:
root@Pentium:~ # zfs set sharesmb=on dpool/ryzen/data
No SMB support in FreeBSD yet.
cannot share 'dpool/ryzen/data: operation not supported': SMB share creation failed
How can I share zfs datasets over the network using samba, since there seems to be no SMB support in OpenZFS in FreeBSD?
Must I move to NFS?
root@Pentium:~ # service samba_server restart
Performing sanity check on Samba configuration: OK
Stopping smbd.
Waiting for PIDS: 803.
Stopping nmbd.
Performing sanity check on Samba configuration: OK
Starting nmbd.
Starting smbd.
and
root@Pentium:~ # service samba_server status
nmbd is running as pid 22200.
smbd is running as pid 22207.
I don't see the Pentium appear on the network. I did not activate any firewall and sharing a zfs dataset gives the following result:
root@Pentium:~ # zfs set sharesmb=on dpool/ryzen/data
No SMB support in FreeBSD yet.
cannot share 'dpool/ryzen/data: operation not supported': SMB share creation failed
How can I share zfs datasets over the network using samba, since there seems to be no SMB support in OpenZFS in FreeBSD?
Must I move to NFS?