I'm connecting to my DNS-323 through linux using the following line in /etc/fstab:
192.168.1.10/Volume_1 /mnt/NAS-01_v1 cifs guest,rw,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
I can write files, delete files, open files and even overwrite files, all without any issues. But if I open a file, say a simple text file, make changes and then attempt to save the file again, it says I don't have permission to do this. Am I missing something in my fstab?