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.
When i run
mount -t smbfs //192.168.0.2/c /mnt/test
I get this error message
7822: session request to 192.168.0.2 failed (Called name not present)
7822: session request to 192 failed (Called name not present)
7822: session request to *SMBSERVER failed (Called name not present)
SMB connection failed
I have looked at the /etc/samba.conf and the /etc/samba/smb.conf also
Check your logs on your Samba box. Specifically /var/log/samba/log.nameofyourWindowsbox
This works for me:
[root@Morbo bax]# smbmount //printserver/homes /mnt
Password:
[root@Morbo bax]#
Well, what I would do next is find out how to enable more verbose logging. I bought a book, http://www.booksmatter.com/book.asp?...130409421&cp=0 and it helped me immensely. Also, joining the Samba mailing list helped me quite a bit.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.