X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=lPXde1/2CGvCgEcCCiusjuT7EHL2tiTmejoZHP6cj8Z
	XakOz4RS3b81zJhYOFebbgkVagpIY3d+SP+NFAJ2Hg3TDcWgS2/gHb6s9JIvsolH
	yHFopnNaI0awlA2igtrMqb4MgjPiDOao8JGPLJgYL8YfK3CxHlGggZbziyIKv50M
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=ekulXgpFJCgND38QRu2JOJcdRug=; b=pvHj90zk4GTKNViBc
	E1rfPd4C1rkxNzy9S1da8nhsmACvuD9d/hY7eTx5cMhOyWZOinmSQtD6tTLDe7E+
	f5zMMm5zEw4xyIngsEJjCfCN5pD0U9d5qLZf3nbgijqHhv4fF29rMuacGq5a3cXn
	TAwYFcYzdM7XKncXQM2eS3qc94=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=AWL,BAYES_50,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2
X-HELO: Ishtar.hs.tlinx.org
Message-ID: <5637F3A8.20809@tlinx.org>
Date: Mon, 02 Nov 2015 15:37:12 -0800
From: Linda Walsh <cygwin@tlinx.org>
User-Agent: Thunderbird
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Mounting a network share
References: <20151101210207.GA4736@mrvideo.vidiot.com> <1046348344.20151102044033@yandex.ru>
In-Reply-To: <1046348344.20151102044033@yandex.ru>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Andrey Repin wrote:
> Greetings, Mike Brown!
> 
>> I'm remotely loggin in to my P box and would lke to mount one of the NAS
>> Samba shares.  M$ likes to unmount the share after a period of time,
>> but because it was mounted, the pasword is needed (I hope).
> 
>> When I try the following:
> 
>>     mount \\192.168.1.40\Public /cygdrive/p
---
	Got to watch out for the those backslashes:

This seems to work:

> mount //ishtar/tmp /tmp/tmnt
mount: defaulting to 'notexec' mount option for speed since native path
       references a remote share.  Use '-f' option to override.
/tmp> df /tmp/tmnt
Filesystem          Size  Used Avail Use% Mounted on
//ishtar/tmp   12G  8.4G  3.7G  70% /tmp/tmnt

Though I'd likely use 'net use' as others mentioned.



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

