/
How to configure CIFS
How to configure CIFS
Create CIFS share:
zfs create -o mountpoint=/fotos zones/fotos zfs set sharesmb=on zones/fotos zfs set sharesmb=name=fotos,guestok=true zones/fotos # we need it only if we want provide RW access to share # also we can only to do: chown -R nobody:nobody /fotos chmod 0777 /fotos
Check idmap or update is if missed mapping:
# check idmap mapping of 'Guest' user to 'nobody' idmap list # or add mapping idmap add winname:Guest unixuser:nobody
After that, you be able correct to CIFS share from windows : \\<server ip>\fotos\ or from mac: smb://<server ip>/fotos/, but on mac you need select 'Guest' user
Related content
How to configure SAMBA
How to configure SAMBA
More like this
How To share SMB resources in Webmin
How To share SMB resources in Webmin
More like this
zfs tests 2.0.3.9-20230125-1-0+int2-D4-165-taskq-dispatch-delay
zfs tests 2.0.3.9-20230125-1-0+int2-D4-165-taskq-dispatch-delay
More like this
zfs test 5.11 2.0.3.9-20230125-1-0+int2-D4-165-taskq-dispatch-delay
zfs test 5.11 2.0.3.9-20230125-1-0+int2-D4-165-taskq-dispatch-delay
More like this
zfs tests 2.0.3.15 VMW
zfs tests 2.0.3.15 VMW
More like this