Folder creation/copy to AFP share not working

Glachind

Cadet
Joined
Jul 20, 2019
Messages
2
Hi, I created an AFP share with all the default settings on FreeNAS 11.2. I can copy files to that share from my macOS 10.14.4 laptop, what I can’t do (permission denied) is to copy folders.

Code:
$ touch test
$ mkdir test2
mkdir: test2: Permission denied


There is a + next to the rights when I `ls -l` the folder of the share: `drwxrwxr-x+`
 

Glachind

Cadet
Joined
Jul 20, 2019
Messages
2
Update: for some reason my pool was set to `Windows` even though I initially set it to `Mac` and never changed that setting manually. I guess this happened during some update. After resetting it to `Mac` folder creation worked again. I hope nothing got damaged or lost during that process. All this doesn’t really increase my trust in FreeNAS. Will still continue to evaluate :)
 
Top