Dear All,
I’m trying to mount windows share onto SLES11SP3
mount -t cifs //20.0.218.1/Attachment /mnt/sbomailer -o username=my_user,password=my_pass
and I get:
mount error(1): Operation not permitted
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
I have followed this SUSE support note:
https://www.suse.com/support/kb/doc.php?id=7015602 and modified my syntax to:
mount -t cifs //20.0.218.1/Attachment /mnt/sbomailer -o [B]sec=ntlmssp[/B],username=my_user,password=my_pass
and still I get issue:
mount error(95): Operation not supported
need you support…
On Fri 08 Jan 2016 02:14:01 PM CST, hana001 wrote:
Dear All,
I’m trying to mount windows share onto SLES11SP3
Code:
mount -t cifs //20.0.218.1/Attachment /mnt/sbomailer -o
username=my_user,password=my_pass --------------------
and I get:
Code:
mount error(1): Operation not permitted
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
I have followed this SUSE support note:
https://www.suse.com/support/kb/doc.php?id=7015602 and modified my
syntax to:
Code:
mount -t cifs //20.0.218.1/Attachment /mnt/sbomailer -o
sec=ntlmssp ,username=my_user,password=my_pass --------------------
and still I get issue:
Code:
mount error(95): Operation not supported
need you support…
Hi
Add the --verbose option and try a different sec option of ntlm
(since your on SP3)
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890 )
SUSE Linux Enterprise Desktop 12 SP1|GNOME 3.10.2|3.12.51-60.20-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
hana001
January 12, 2016, 11:54am
3
[QUOTE=malcolmlewis;31077]Hi
Add the --verbose option and try a different sec option of ntlm
(since your on SP3)[/QUOTE]
I have tried with different sec options.
smbclient -U my_user //20.0.218.1/Attachment/
can access and browse files there
Another thing that I found in logs when I try to mount is:
server requires packet signing to be enabled in /proc/fs/cifs/securityflags
Hi
Looks like it might be kernel age…
https://lists.samba.org/archive/samba/2011-October/164397.html
Is the windows share a desktop or a server?
hana001
January 14, 2016, 11:16am
5
[QUOTE=malcolmlewis;31118]Hi
Looks like it might be kernel age…
https://lists.samba.org/archive/samba/2011-October/164397.html
[/QUOTE]I have checked this samba lists threat before, however there is no solution provided…
This is windows server 2012R2 share.
Regards
GN