I create a custom plist file, to save some script execution details, on a network drive which I have been creating/modifying with the defaults command. I haven't had any issue with this over several macos versions.
Catalina appears to not be creating the file on my network drive, error "Could not write domain...". It creates the file just fine on the local disk.
I thought I would create the plist file locally and copy it over to the network location. The copy works, but then Catalina cannot read the file copied using defaults. It says the 'Domain ... does not exist'. If i run the plutil -lint command on the file, it says 'OK'. If i copy the plist file locally even, it wont read the copied file.
I have done all actions in terminal using the same account. Terminal has access to NetworkVolumes.
Wondering if anyone can recreate this or know how to workaround? Id rather not switch to something other than plist yet.