You are not logged in.

#1 2013-04-03 01:50:56

theodoiq
Member
From: Brazil
Registered: 2013-03-20
Posts: 31

Can't mount CIFS - mount error(38). [SOLVED]

Hey Guys,

After upgrade my system I can't get to connect my NAS. Using the same command that I've ever used, the system reply...

 # mount -t cifs //192.168.1.4/snake /mnt/snake/
Password for user@//192.168.1.4/snake: 
mount error(38): Function not implemented
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)   

Great manual in man mount.cifs, but nothing bright to clear my thoughts...

I think that's because something on kernel... but it's just an idea, without any basement.

Could someone please help me?

thanks in advance!! ;-)

Last edited by theodoiq (2013-04-12 22:01:42)

Offline

#2 2013-04-03 05:20:48

ssl6
Member
From: Ottawa, ON, CA
Registered: 2007-08-30
Posts: 594

Re: Can't mount CIFS - mount error(38). [SOLVED]

do you have a username and password configured on your NAS?

try adding -o noauto,username=yourusername,password=yourpassword

if your password has special characters, add a set of single quotes around it

i've been having issues mounting shares since the weekend too, mine is giving me a different error though


this is a signature

Offline

#3 2013-04-03 05:40:55

theodoiq
Member
From: Brazil
Registered: 2013-03-20
Posts: 31

Re: Can't mount CIFS - mount error(38). [SOLVED]

No, it not works. Thanks, anyways!

Offline

#4 2013-04-03 05:59:47

ssl6
Member
From: Ottawa, ON, CA
Registered: 2007-08-30
Posts: 594

Re: Can't mount CIFS - mount error(38). [SOLVED]

I just came across this post that's fairly recent

https://bbs.archlinux.org/viewtopic.php?id=160047

adding sec=ntlm seems to have fixed it for me


this is a signature

Offline

#5 2013-04-12 22:00:16

theodoiq
Member
From: Brazil
Registered: 2013-03-20
Posts: 31

Re: Can't mount CIFS - mount error(38). [SOLVED]

Hey guys,

The ssl6 instruction solved my problem here. In short line,

sudo mount.cifs //desktop/mydata /mnt/mydata -o user=me,sec=ntlm

Thanks a lot ;-)

Offline

Board footer

Powered by FluxBB