- Reason: Samba share mounted from windows in linux (fedora) may be read-only check in windows by going to properties of folder.
- Solution: if its marked as read-only, un-check box.
- fstab: add following lines at end of your /etc/fstab file
//server/share_name /path/to/mount/point cifs rw,uid=1000,gid=1000,credentials=/home/user_home/smbcredential_file,dir_mode=0755,file_mode=0755 0 0
- details: add your credentials to smbcredentials_file:
username=server_username
password=server_password