From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99357 invoked by alias); 2 Nov 2015 23:37:19 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 99349 invoked by uid 89); 2 Nov 2015 23:37:18 -0000 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 Received: from ishtar.tlinx.org (HELO Ishtar.hs.tlinx.org) (173.164.175.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 02 Nov 2015 23:37:17 +0000 Received: from [192.168.4.12] (Athenae [192.168.4.12]) by Ishtar.hs.tlinx.org (8.14.9/8.14.4/SuSE Linux 0.8) with ESMTP id tA2NbCem062502 for ; Mon, 2 Nov 2015 15:37:14 -0800 Message-ID: <5637F3A8.20809@tlinx.org> Date: Mon, 02 Nov 2015 23:37:00 -0000 From: Linda Walsh 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 X-SW-Source: 2015-11/txt/msg00054.txt.bz2 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