View previous topic :: View next topic |
Author |
Message |
step Apprentice
Joined: 16 May 2002 Posts: 198
|
Posted: Thu May 23, 2013 5:10 pm Post subject: [RESOLVED] what changed in 3.8.13-gentoo? CIFS mount stopped |
|
|
all I get now, is this rather useless:
Code: | mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) |
with smbtree I can see the share
With my previous kernel linux-3.5.7-gentoo, everything works fine - share is mounted etc.
When I am in 3.8.13, and use smbclient //BLAA/SOMETHING -U guest, everything looks OK but share will not get mounted.
Last edited by step on Thu May 23, 2013 7:53 pm; edited 1 time in total |
|
Back to top |
|
|
creaker l33t
Joined: 14 Jul 2012 Posts: 651
|
Posted: Thu May 23, 2013 6:36 pm Post subject: |
|
|
Since 3.8 update no longer support for ntlm.
As a workaround, add "sec=ntlm" to your mount options.
Here is my mount:
mount -t cifs //192.168.1.5/share /mnt/share -o nosuid,nodev,sec=ntlm,workgroup=WORKGROUP,ip=192.168.1.5 |
|
Back to top |
|
|
step Apprentice
Joined: 16 May 2002 Posts: 198
|
Posted: Thu May 23, 2013 7:53 pm Post subject: |
|
|
Thank you creaker.
This did a trick.
fkn cryptic error messages.... |
|
Back to top |
|
|
Bigun Advocate
Joined: 21 Sep 2003 Posts: 2198
|
Posted: Sun Jun 16, 2013 12:05 am Post subject: |
|
|
Second...
thank you here as well! _________________ "It's ok, they might have guns but we have flowers." - Perpetual Victim |
|
Back to top |
|
|
|