Hi, I have a scenario like. on RHEL5.3 server one report file is generated and I want this file on windows. I am using cifs but giving error. [[email protected] ~]# sudo mount -t cifs //indws0027/jata /share -o username=<domain name>\<username>,password=xxxx,domain=<domain name> mount error 13 = Permission denied Refer to the mount.cifs(8) manual page (e.g.man mount.cifs) 2nd [[email protected] ~]# mount -t cifs //windows server/TierII_Data01\GUR\GURApps\Jata_Test -o username=<domain name>\<user name>,password=xxxx,rw /share mount: block device //10.48.64.31/TierII_Data01GURGURAppsJata_Test is write-protected, mounting read-only mount: cannot mount block device //10.48.64.31/TierII_Data01GURGURAppsJata_Test read-only [[email protected] ~]# even I have given the complete permission to Jata_Test on windows. kernel version is 2.6.18-92.1.1.el5 http://vijayk.blogspot.com/2008/09/cifs-mount-error-13-permission-denied.html Your suggestion is required. Thanks- Shankar
There are a bunch of things that will cause this error. Most of the time it is a white space in the password. Checkout this thread on linuxquestions.com http://www.linuxquestions.org/quest...ror-13-=-permission-denied-cifs-sucks-463271/ Seems to be the exact problem you are having and there seems to be a person who knows how to correct it.