I would like to get rid of all of my cifs shares. If I shutdown the services and use the "change permissions" on the ZFS dataset. Will i be able to access the dataset using unix permissions?
Hi, i am noob, want also to remove windows acl from dataset recursively, but im not succesful.
I want to upload data from old backup server to new freenas server v9.2.1.7 over rsynch, but i have problem with rsynch because dataset on new server have windows acl permissions and that cause rsynch fail. When i had unix acl all worked well.
I try to recursively remove windows acl but not work: "find /mnt/volume0/dataset/ -exec setfacl -d *" i get this output find: -exec: no terminating ";" or "+"
edit: i corrrect it to: find /mnt/volume0/test -exec setfacl -b {} ';'
As i wrote , on freenas v9.2.1.7, from "windows acl" to "unix acl" dataset permissions, then RSYNCH from NETGEAR ReadyNAS Pro+ to freenas dataset work.