Displaying 1 result from an estimated 1 matches for "70118328".
Did you mean:
20110328
2011 Aug 31
1
mount.cifs -> Unisys MCP Mainframe -- Linux touch command "setting times of `testfile.txt': Permission denied"
...Permission denied"
strace on the touch command shows that it is erroring out on the utimensat()
call
utimensat(0, NULL, NULL, 0) = -1 EACCES (Permission denied)
Documentation from the Unisys Mainframe can be found here....
http://public.support.unisys.com/aseries/docs/clearpath-mcp-12.0/pdf/70118328-103.pdf
Pages: C-2 and C3 show what POSIX functions are/not supported
utime() and utimensat() are not among the supported functions listed there.
Is there any combination of parameters to mount.cifs that can be used that
would prevent touch from reporting this error?