Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am trying to mount a remote NTFS share. I use the following command:
<pre>
mount -t smbfs -o user=mikde89,pass=gingo55 //srt-main1/G$ srt-main1.g$
</pre>
When I do this, I receive the following error:
<pre>
cli_negprot: SMB signing is mandatory and we have disabled it.
409: protocol negotiation failed
SMB connection failed
</pre>
I inserted the following in my /etc/samba/smb.conf file:
<pre>
client signing = Yes
</pre>
I talked with a fellow in IRC (moonie on irc.freenode.net #mandriva) and he mentioned to me that when trying to mount a volume from a Windows 2003 AD machine, smb won't work. Can anyone confirm this? So far this is the best explanation I've found.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.