Thanks for your suggestions! I'd like to stick with SMB for now.
I just found out that my other SMB shares on the Ubuntu Server machine are writeable, despite having the same entry in /etc/samba/smb.conf:
Code:
[sharename]
comment = Shared Files
path = /media/sharename
browsable = yes
read only = no
So, maybe this is, as Darko suggested, a local permissions problem. I tried on all my shared drives, here are the results:
Code:
drwxr-xr-x 3 gebseng root 4096 Sep 22 21:25 backup
drwxrwxrwx 51 gebseng root 4096 Nov 11 23:33 video
drwxr-xr-x 9 root root 4096 Nov 11 00:55 sharename
drwxrwxrwx 3 bin root 4096 Oct 9 08:48 temp
drwxrwxrwx 5 root root 4096 Nov 11 23:32 time_machine
The shares backup, video, temp, time_machine are writeable over SMB by the user gebseng. Only the share sharename is not.
Can I change that with chmod? Or do I have to change the username to gebseng with chown?
Thanks for your help!
geb