Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161064AbXBIAPb (ORCPT ); Thu, 8 Feb 2007 19:15:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965730AbXBIAPb (ORCPT ); Thu, 8 Feb 2007 19:15:31 -0500 Received: from tmailer.gwdg.de ([134.76.10.23]:33135 "EHLO tmailer.gwdg.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965596AbXBIAPa (ORCPT ); Thu, 8 Feb 2007 19:15:30 -0500 Date: Fri, 9 Feb 2007 01:14:38 +0100 (MET) From: Jan Engelhardt To: linux-cifs-client@lists.samba.org cc: Linux Kernel Mailing List , Steve French Subject: [linux-cifs-client] Re: SMB support still missing? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Report: Content analysis: 0.0 points, 6.0 required _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1120 Lines: 37 Hi, I tried the various suggestions from the last mails, but nothing of that worked. --verbose did not return anything useful. It's the kernel module that returns -EHOSTDOWN. ... Eventually I found out that this one works: mount.cifs //cl0/c /mnt -o servernetbiosname=CL0 So what did I change? Casing. Note that "CL0" is entirely uppercase. Although strange, it actually coincides with how LANMAN works. Everything is uppercased in lanman, hostnames, usernames, heck, even plaintext passwords (samba-smbd has a good time trying a ton of combinations in such setups). No other options like sec=none or thelike were needed. Login as anonymous worked directly. Please consider updating the cifs kernel module to account for the LM oddity of uppercasing things. (Then, smbfs can finally be ripped out I hope.) Jan -- ft: http://freshmeat.net/p/chaostables/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/