X-Recipient: archive-cygwin AT delorie DOT 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:date:from:to:message-id:subject:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=M3g IajbxFbOfFPZ4hcrEko733CMUcbDDeJ2DquIvdzvNLeg4l9sQteHi4PCsIuuXa+K WrIbPCL2MGxrH2S9RXOs/TsgNnWyCTX1Hoi7sSV5a/DKV2VXOuKTDvhflYaPyHU0 cWexk3RUFOlyn5+gr27+o5u6FEHJkng/oeeFvbSU= 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:date:from:to:message-id:subject:mime-version :content-type:content-transfer-encoding; s=default; bh=5mukcwIXA 9+sV5b7FsAfHR5I58o=; b=JA5WVx7y7UihKnKfzOenl/n0d9GOps6EdZUqXHsuZ NwKdlkrJ2L6BZsSl3E6xYacyhwV6+Q3rnUlbeQLREZDipyDaKCa/D+Ahk7rdgKuy xStBVRyzONGgvkOvnVO278z5zQ0NzQHpShDzOHcT0fUzuUj7qjYmO8qMWWq5orWk FY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=4.0 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,URI_HEX autolearn=no version=3.3.2 X-HELO: sam.nabble.com Date: Thu, 23 Oct 2014 01:27:00 -0700 (PDT) From: igerard To: cygwin AT cygwin DOT com Message-ID: <1414052820345-112108.post@n5.nabble.com> Subject: Mounted NAS, net use and shared drive paths MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Well I am using cygwin for my continuous build/test integration system. And I meet a lot of issue with the use of the mounted NAS Because the behaviours are not repeatable it is hard to see a pattern, sometimes it does work, sometimes not... First to describe the context : - I have cygwin installed on a Windows Server 2012 server and Seven on my work laptop, and the behaviour are the same. - My ssh is configured with cg_server user - We have a NAS where I make our builds - cygwin version : CYGWIN_NT-6.2 ... 1.7.32(0.274/5/3) 2014-08-13 23:06 x86_64 Cygwin Mainly the way my scripts works is to do something like that : ----- cd //mynas/myshare/mybuildfolder ... call script for builds and tests ... ----- I run several plans which use the same patterns, and the "cd" command, sometimes does work and sometimes it fails... I tried to ensure that the mount was made before with the credential, calling a script which make the right net use command, it seemed to work but fails sometimes but it fails also often. And I get when it does not work, the status 'Disconnected' in the 'net use' output, sometimes others failures as 'network nor available' and other funny things ;) $ net use '\\aServer\aSharePoint' /user:aServer\\aLogin aPassword Local name Remote name \\ aServer\aSharePoint Resource type Disk Status Disconnected ... Maybe someone has some precises things to say abut this very complex mechanic... Thanx in advance. Gerard -- View this message in context: http://cygwin.1069669.n5.nabble.com/Mounted-NAS-net-use-and-shared-drive-paths-tp112108.html Sent from the Cygwin list mailing list archive at Nabble.com. -- 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