Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OEL 5.4 - touch: setting times of `test': Permission denied

jymarkusgJan 26 2010 — edited Aug 4 2011
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 1 2011
Added on Jan 26 2010
11 comments
7,622 views