Hi,
This is my first post here, so Hello to everybody
We have here in a university, classroom with OpenSuse 12.1, XFCE mouting point via CIFS to a NAS netapp.
the mount command is :
//my_server/my_uid/ on /mnt/my_uid type cifs (rw,relatime,sec=lanman,unc=\\my_server\my_uid,username=my_uid,uid=uid_number,forceuid,gid=gid_number,forcegid,addr=IP_server,file_mode=0600,dir_mode=0700,nounix,nobrl,rsize=16384,wsize=131007,actimeo=1)
When we copy a file from local drive to this cifs mount point, it works (on bash or with thunar).
BUT when a file with the same name already exist, the destination file is deleted, and the copy is not made ! :sarcastic:
A file call .goutputstream-xxxx is created each time.
And the error message is : can’t write temporary files.
With shell command, like cp, it works normally.
I have done a lot of search on internet, but can’t find anything on it.
I hope i find some cifs / mount / thunar guru here !
Cordially,
Jacques-Olivier