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:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=QhWCoe0sOD6qaZSGGTXI6INjhqUjdogPvP0ffwXFXQSw+XDV+wh5G IiFkmr7PDoSZIB/EPMvIqsJ3li8xl46Br9yZMkkcnjHDzMAt3VAydg6gY5ApUxav WJijVlhlQEU7923ZpxJh1QHjfJ+pKA40Oenx4X9Tb/x8ktuCc8hZ3k= 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:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=/0O/ecoPvJF1mEfJqSaR5qPnnfE=; b=WBxXHPueg/W+0zqCCDg8FsjRjmei UDz73u5vbWVrMfJEj+gzbDLQ4GM8CJfWviI3S1YjQeBawpFt7wTb+xPNgnoZLTUj eHpLGTyHIvYmM6HzLh4Jm0KxUcMKuE++8LKXoDbvxGQh2TChKv9zjBeiCXnmVOCk xb74g49chx0O4t0= 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.1 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-HELO: calimero.vinschen.de Date: Mon, 2 Nov 2015 17:18:38 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Mounting a network share Message-ID: <20151102161838.GA9730@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20151101210207 DOT GA4736 AT mrvideo DOT vidiot DOT com> <1046348344 DOT 20151102044033 AT yandex DOT ru> <20151102053515 DOT GA8028 AT mrvideo DOT vidiot DOT com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline In-Reply-To: <20151102053515.GA8028@mrvideo.vidiot.com> User-Agent: Mutt/1.5.23 (2014-03-12) --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Nov 1 23:35, Mike Brown wrote: > On Mon, Nov 02, 2015 at 04:40:33AM +0300, Andrey Repin wrote: > > net use //host/resource[/path] P: * /PERSISTENT /SAVECRED >=20 > I got the following to be accepted: >=20 > net use \\192.168.1.40\Public password /user:brown /persistant:yes >=20 > The syntax doesn't have a place to where it should be mounted. I missed that in my reply. It has: net use X: \\server\share when using this command in a Cygwin shell, keep in mind that backslashes need to be escaped in Unix shells: net use X: \\\\server\\share Corinna --=20 Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWN4zeAAoJEPU2Bp2uRE+gk3wP/2MWKTZwO9a2Y+0dx6EEg7Nz m4+9cphnwfuu/KGheKR+cPVqgmwNSNPIg7XDBA83ppQkry3C7IQNS32XZjZ/+3p6 K4TRDa7EX6Eq7cl7XJ9v4epTOD3HINu+AyaVrdVjtLXsNMyWnYkFy76lYzr2hgS+ kj36GhOyuvU7AiM5ew6PFfxXJcCfOGJff4ldWjBmkpQU6+NkeJVoUVZctUfv5IDd n3LMO02CGmO1f/2vGCt8bBs49sB3iczFfh3bXkzBUyH4G1YEQT0fx7RMXytZV7Fd 8p7Xsi/Iz3Mmr25I8VwnPTGlEodi6njOCDZT/PXeyZSGVNkLd/qp5l6p6hkuSxnf +uGtpuMlIS3a+jNypGWHBFUyqqe56kbs/5MNV8hTfj8IC5uw+D3+jFTHFMSDgwhf gro/Ayob4NFyr24aAvo/nGI/Y9fprLS5I2mwg1yLYbcBoZjCnUYrDfoYrmf6tCkV ijLA+IMGIWvCKYRgZeGeEe8kt3Zc2j58G+zWvLB76tHeu4tJn//j0sh4r1oJY0Dy f67cOA4XOPiKUyEVJe5xlgm+60QIaLW6cqSwShlKpzQK33jlyFXNockszG5caJx8 LzH4o4t8yYMg79OsyEbQ+z1gMwrNIWLbJOr/80hydqLDY+2YgNaEF5CADCOyAGbU E9qWLgujp6aJNVMh7kBe =eHOe -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG--