OEL 5.4 - touch: setting times of `test': Permission denied
Hi!
I have a OEL 5.4 X64 box running. Further I have mounted a cifs share from another server:
mount -t cifs //srv01/oracle /mnt/srv_oracle/ -o username=oracle,password=xxxx,uid=oracle,gid=oinstall,rw
When I change the directory to /mnt/srv_oracle and enter the command "touch test" the following error appears:
touch: setting times of `test': Permission denied
But the file gets created with the correct permissions:
-rw-r--r-- 1 oracle oinstall 0 Jan 26 10:19 test
When I create the file with vi everything works well. When I switch my oracle session to root the touch command doesn't return an error. RMAN also can't write to this directory.
Has anyone tips for solving my problem?
Thanks
Markus