From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: problem: tramp and CIFS share. cannot get it. Date: Thu, 16 Sep 2010 16:27:07 +0200 Message-ID: References: <874odtafm1.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1284647295 29761 80.91.229.12 (16 Sep 2010 14:28:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 16 Sep 2010 14:28:15 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: "mafeusek\@gmail.com" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 16 16:28:13 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OwFRc-0001wr-Gd for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Sep 2010 16:28:13 +0200 Original-Received: from localhost ([127.0.0.1]:57713 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OwFRa-0005Bp-Tc for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Sep 2010 10:28:10 -0400 Original-Received: from [140.186.70.92] (port=53155 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OwFQj-00053S-Op for help-gnu-emacs@gnu.org; Thu, 16 Sep 2010 10:27:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OwFQf-0002hs-0q for help-gnu-emacs@gnu.org; Thu, 16 Sep 2010 10:27:17 -0400 Original-Received: from mailrelay2.alcatel.de ([194.113.59.96]:40509) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OwFQe-0002hI-M3 for help-gnu-emacs@gnu.org; Thu, 16 Sep 2010 10:27:12 -0400 Original-Received: from destgsu0048.de.alcatel-lucent.com (destgsu0048.de.alcatel-lucent.com [149.204.242.4]) by mailrelay2.alcatel.de (8.14.3/8.14.3/ICT) with ESMTP id o8GER8XT020259; Thu, 16 Sep 2010 16:27:08 +0200 Original-Received: from slbhn1.alcatel.de (slbhn1.de.alcatel-lucent.com [149.204.90.35]) by destgsu0048.de.alcatel-lucent.com (8.12.3/8.12.3) with ESMTP id o8GER8RZ004419; Thu, 16 Sep 2010 16:27:08 +0200 (MEST) In-Reply-To: (mafeusek@gmail.com's message of "Wed, 15 Sep 2010 22:38:27 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Alcanet-virus-scanned: o8GER8RZ004419 at destgsu0048.de.alcatel-lucent.com X-Scanned-By: MIMEDefang 2.64 on 149.204.45.73 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74976 Archived-At: "mafeusek@gmail.com" writes: > Let's assume then, that there is some directory I want to enter: > like: > some.cifs.machine:/share/path/to/directory > > while this one works: > bash-prompt$ smbclient //some.cifs.machine/share/path/to/directory -U john -W MyDomain > > but putting tramp path in emacs: > /smb:some.cifs.machine:/share/path/to/directory > > fails What's about /smb:john%MYDOMAIN@some.cifs.machine:/share/path/to/directory /smb:john%SOME@some.cifs.machine:/share/path/to/directory "SOME" is the host name of the remote machine. And what happens with /smb:john%MYDOMAIN@some.cifs.machine: /smb:john%SOME@some.cifs.machine: > best regards, > Pawel Best regards, Michael.