On Wed, Jun 19, 2013 at 2:26 PM, Earl Ramirez earlaramirez@gmail.com wrote:
On Wed, 2013-06-19 at 15:59 -0500, Dan Carl wrote:
I have a NAS that I can connect to just fine with a CentOS 6.3 box. But when I try the same exact command on my CentOS 6.4 box I get this error. mount -t cifs //xxx.xxx.xxx.xxx/mailserver/ /mnt/test -o username=xxx,password=xxx mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
I've been googling, trying different things all afternoon, please help
Thanks Dan
Good Day Dan,
Assuming that the credentials are the same you might be missing a package on the 6.4 box.
Try running the mount command with the -v (or even -vvv) flag to see if that shows more detailed info.
Akemi