X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C7EA4385701F
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1598115836;
	bh=z4UicbN+OieDD1qsrX0u0s6YfIqG3BK524aka2eXtWU=;
	h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post:
	 List-Help:List-Subscribe:From:Reply-To:From;
	b=ycgWL6zc4yIWldcQwAZfCWWSYFloY6rFf+8Dl8njjsc95rC8jAltsoQjx8+ETZlzL
	 cL9rQaCb9A5X9UmyaZqjbObmYFFK/NmClEhPDbtesBurgTSlL2F+b+ajfvkb/XGAB4
	 cUs7cjOWn8JFCd1HJSq+LyKBbpR+WOvr6Bsh1um8=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2A8083858D37
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:mime-version:from:date:message-id:subject:to;
 bh=r+eUem5fFRG273PjpgtNaVvRVkmVRPnNmE/O/7FoZ4c=;
 b=tEkfbSnlKBJ9jOOwlAaXjeSaXrLrZjzW+qjvLE8DtKHx58TLeU6dZ721KTsiJqRdWA
 bsW5qHatYXjNjtAFT46HzL9DwT1S6Vij0Ilc8FHe3EYOhmjZi02ShLZn5rv4aDTocrRO
 Egx5tw6BKbJSDFxcDOb46aq2JsS361jEAsBW7GFTqZt0QrDQrlVVn5QpxX/TVIydapxI
 i+DW0O8QwRly0BRUrj/VNWH57wynr/C1tahb6j56PlxP6Yk2UaF324QsjXkjOjAWb0Ag
 COuoODnLctDINppZt4XnCC7bEJseBwGzqzMBUqf7Mq2rhhohXP8EwpghLIOoTLURHC05
 yQ9w==
X-Gm-Message-State: AOAM532ymRvxuGTtC3caGKMcf4pom4UJVPGmdYOyBr75EX6Y2CiQqFog
 Iwchon2Dmmdzir56K2cXbWsAyvKUttBm3W3phipeqdF7HtiJbQ==
X-Google-Smtp-Source: ABdhPJwwX8btr3h4GmrEaJIwgMIZ3YepeRyGU0/SamfyT8arSmQU6N/1ywd5tx9TgjxEla4+OoML5EmMqw4suYtyxvg=
X-Received: by 2002:a0c:ca86:: with SMTP id a6mr7028980qvk.209.1598115833366; 
 Sat, 22 Aug 2020 10:03:53 -0700 (PDT)
MIME-Version: 1.0
Date: Sun, 23 Aug 2020 01:03:41 +0800
Message-ID: <CAKw1V5Ve5XGHP4zqvK7c2PYoxYKxf4RFvTMkpZn4NaVh8FQ_6g@mail.gmail.com>
Subject: 
To: cygwin@cygwin.com
X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT,
 FREEMAIL_FROM, HTML_MESSAGE, KAM_SHORT, NUMERIC_HTTP_ADDR, RCVD_IN_DNSWL_NONE,
 SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
 server2.sourceware.org
X-Content-Filtered-By: Mailman/MimeDel 2.1.29
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: C Goh via Cygwin <cygwin@cygwin.com>
Reply-To: C Goh <gohcc83@gmail.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: "Cygwin" <cygwin-bounces@cygwin.com>

 have some issue using cygwin to access the network drive. I have three
VM(A, B, C). Environment: VM A(11.11.11.1) is used as NAS and I also
created a share folder inside VM A. I Installed cygwin on window VM
B(11.11.11.2) and map a network drive(the share folder) from VM A. I used
another Linux VM C to SSH access to VM B successfully but I cant access the
network drive even I use net use command.

--------Error msg:-----------

$ net use z: \\11.11.11.1\share password /user:admin System error 5 has
occurred.

Access is denied. --------end of error msg---------------

Q1) How do I solve the above access denied issue?

Q2) How do I configure VM B such a way that I can ssh to VM B to access
network drive without specifiying the net use command

Hi

I tried to use another method share folder and use mklink also not working

lrwxrwxrwx 1 Administrators NODE1+None 18 Aug 22 07:25 share -> //
10.10.10.1/share

 lrwxrwxrwx 1 Administrators Domain Users 18 Aug 22 08:02 share1 -> //
10.10.10.1/share

I tried to access share or share1. I got permission denied
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
