From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mafeusek@gmail.com Newsgroups: gmane.emacs.help Subject: Re: problem: tramp and CIFS share. cannot get it. Date: Wed, 15 Sep 2010 22:38:27 +0200 Organization: education 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 1284583150 1209 80.91.229.12 (15 Sep 2010 20:39:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Sep 2010 20:39:10 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Michael Albinus Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 15 22:39:09 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 1Ovykz-000864-F7 for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Sep 2010 22:39:05 +0200 Original-Received: from localhost ([127.0.0.1]:53751 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ovyky-0004Xb-Tm for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Sep 2010 16:39:04 -0400 Original-Received: from [140.186.70.92] (port=58856 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvykU-0004XG-6R for help-gnu-emacs@gnu.org; Wed, 15 Sep 2010 16:38:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvykS-0007Gv-Sn for help-gnu-emacs@gnu.org; Wed, 15 Sep 2010 16:38:34 -0400 Original-Received: from mail-ew0-f41.google.com ([209.85.215.41]:37861) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvykS-0007Ge-No for help-gnu-emacs@gnu.org; Wed, 15 Sep 2010 16:38:32 -0400 Original-Received: by ewy28 with SMTP id 28so469772ewy.0 for ; Wed, 15 Sep 2010 13:38:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:to:cc:subject:x-mailer :organization:references:from:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=SkCWOjqYN/bK7ldRDdb01OBYOAeDeUVRG0ixdbDF5iI=; b=LbfRJxeJF3KsNSQfaBMIIRYhpci5oY6ZQR91YBCyKdEK6f3nkDfYGPfmcBwNAtcuBb cvAtT13xlVjauuH7KuyUgMvXnLp1cjUjCtADtnw9srCdFUX5ZDmGP/spV1Z7mR6UHzxz 6bKGMl80s9xrdK/H1A9+xnQ/ZUpVh2mQnfU5k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=to:cc:subject:x-mailer:organization:references:from:date :in-reply-to:message-id:user-agent:mime-version:content-type; b=DBnAPXpe1xOFv2jnlRcRyp8fN+7rKmxtXw4DKqfmnH/8zatmzxxO5Sp0qPhppDVhw+ kUEM4Isd362U4EKjk/9NcWh4QNIi+1CmAkhfZbjTOtcxHwmqOPaaWwct894d3HYX8WyX 0HlU9MGTdOLHO2IFv4AWASuLdcmwRGYgv2Vgw= Original-Received: by 10.213.11.16 with SMTP id r16mr502357ebr.78.1284583111137; Wed, 15 Sep 2010 13:38:31 -0700 (PDT) Original-Received: from localhost.localdomain (chello089077001117.chello.pl [89.77.1.117]) by mx.google.com with ESMTPS id v8sm2671473eeh.2.2010.09.15.13.38.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 15 Sep 2010 13:38:29 -0700 (PDT) X-MAILER: KMail/1.7.1 In-Reply-To: <874odtafm1.fsf@gmx.de> (Michael Albinus's message of "Mon, 13 Sep 2010 16:21:42 +0200") User-Agent: mozilla news reader X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 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:74973 Archived-At: Michael Albinus writes: > I'm confused. What does "/path/to/share" means? A share is always a > name, without slash or backslash. In your example above, "path" is the > share name. > > So you must use "/smb:some.cifs.machine:/share/path/to/file". > by 'share' I mean a resource that is being shared, like directory or file. Probably this is not correct. Share by means of samba protocol is reflected by first segment of path (`share/' in my example). 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 Of course in both the cases I put correct password at password prompt best regards, Pawel