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
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.> > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos-- Kind Regards Earl Ramirez GPG Key: http://trinipino.com/PublicKey.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 316 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/centos/attachments/20130620/0119a33e/attachment-0005.sig>
On Wed, Jun 19, 2013 at 2:26 PM, Earl Ramirez <earlaramirez at 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