WARN read_smb_spool: Failed to create directory
In my logs.
I have run:
$ chown -R gb:users /mnt/hdd* # Change gb:users to your username & primary group
$ find /mnt/hdd* -type d -exec chmod 775 "{}" ; # Change 775 to your prefered permissions for folders
$ find /mnt/hdd* -type f -exec chmod 664 "{}" ; # Change 664 to your prefered permissions for files
As recommended here: https://github.com/gboudreau/Greyhole/wiki/Permissions-Data-Drives