I am nearly positive the fstab entry is correct here, but when the cifs share is mounted, it is read only. What could I be missing?
/Etc/fstab entry
//192.168.1.200/music/ /home/erik/Music-Bespin cifs credentials=/home/erik/.smbcredentials,noperm,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
And here is the corresponding smb.conf server side
[global]server string = samba_serverserver role = standalone serverinterfaces = lo eno1bind interfaces only = yesdisable netbios = yessmb ports = 445log file = /var/log/samba/smb.logmax log size = 10000[music]path = /home/erik/Shared/Musicvalid users = erikread only = nowriteable = yesbrowseable = yespublic = yesforce create mode = 0777force directory mode = 0777force user = nobodyguest ok = yes