You are not logged in.

#1 2015-03-20 22:51:08

DerJudge
Member
From: NRW, Germany
Registered: 2013-03-26
Posts: 24
Website

Cannot mount Samba shares on NAS

Hi there,

I have a very strange issue with a NAS system. It's a NAS69950 from CnMemory. I created a simple user with no special characters in it's name or password to prevent whitespace-confusion when typing. It's credentials were "test:test" - so, no problems.

When I mount a share (also named "pi") on my windows - host, everything is OK.
When I'm trying to mount it on my Raspberry Pi, running Arch, I get a strange issue:

[root@judgepi-home mnt]# mount -t cifs -o user=test,pass=test -v //192.168.0.2/pi /mnt/JudgeNAS/pi
mount.cifs kernel mount options: ip=192.168.0.2,unc=\\192.168.0.2\pi,user=test,pass=********
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
[root@judgepi-home mnt]#

Kernel log says the following:

Mar 20 22:43:35 judgepi-home kernel: [56580.862793] CIFS VFS: cifs_mount failed w/return code = -13

When I'm trying to mount a share on another host, it works.

I cannot find a solution to this. I cannot even identify "-13" error code for SMB ; when I google it, all I find is 113 occouring.

Can somebody please help me with this?

Offline

#2 2015-03-21 23:29:18

teateawhy
Member
From: GER
Registered: 2012-03-05
Posts: 1,138
Website

Re: Cannot mount Samba shares on NAS

It's a bug.

-o sec=ntlmv2

Offline

Board footer

Powered by FluxBB