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:from:to:subject:date:message-id:references
	:in-reply-to:content-type:content-transfer-encoding
	:mime-version; q=dns; s=default; b=ZvtjkGGWjv0sYUgEQTSqtBf0G5jre
	2lJMJ59mxdkAvtRifpXSG6OIGQhCqOtjlgNFYo/cCz8Eoj5zWh9yM8XJickqBukm
	Xbft38Og/SqqezQyo6PFgNUP3P/A0qzVJgVvtBxG2f6s8xZEBnTYg5qgYo0tk7bR
	U20zWKVMhE1Pdk=
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:from:to:subject:date:message-id:references
	:in-reply-to:content-type:content-transfer-encoding
	:mime-version; s=default; bh=ItI89fCQ70jdJ4kKg38TiihrMJs=; b=W4M
	tewocQVBPSVGWWoyCh7O8E2NWQMoywE/uTtD5nq0FOZSLU5uPwXYbVeiwxTej35j
	KL75pOw+LUSheGMbjyOTJ1B+YooEcf32qrvGTDqhZKtjd2upgeqCFnbM4FF7geT2
	v9Jhdnig9aun3lt5vrgO8h4xsqxudYMNLpAmZMQA=
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=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=ham version=3.3.2
X-HELO: na01-bl2-obe.outbound.protection.outlook.com
From: Damian Harty <Damian.Harty@polaris.com>
To: "'cygwin@cygwin.com'" <cygwin@cygwin.com>
Subject: RE: Windows 7 64 Bit - Mounting Network Drives
Date: Fri, 24 Jan 2014 15:10:25 +0000
Message-ID: <5c1e82c6ed724e689dec23f168bb4809@BL2PR02MB449.namprd02.prod.outlook.com>
References: <5d086b5de9f248deae22fa7a6f8d7cc2@BL2PR02MB449.namprd02.prod.outlook.com> <20140124134543.GP2357@calimero.vinschen.de> <a85cced36f59429ab961dec7c79b41a6@BL2PR02MB449.namprd02.prod.outlook.com> <365386.43165.bm@smtp118.sbc.mail.ne1.yahoo.com>
In-Reply-To: <365386.43165.bm@smtp118.sbc.mail.ne1.yahoo.com>
x-forefront-prvs: 01018CB5B3
x-forefront-antispam-report: SFV:NSPM;SFS:(10019001)(6009001)(189002)(199002)(51704005)(83322001)(86362001)(33646001)(74706001)(51856001)(50986001)(93136001)(74316001)(74876001)(66066001)(80022001)(47976001)(85852003)(54356001)(53806001)(83072002)(46102001)(56816005)(49866001)(81686001)(92566001)(94316002)(93516002)(74366001)(2656002)(47736001)(4396001)(90146001)(76482001)(87936001)(80976001)(79102001)(19580395003)(63696002)(81542001)(59766001)(47446002)(74502001)(54316002)(81816001)(81342001)(87266001)(76576001)(31966008)(76786001)(77982001)(56776001)(65816001)(74662001)(85306002)(76796001)(69226001)(24736002)(491001)(460985004)(2480315003);DIR:OUT;SFP:1102;SCL:1;SRVR:BL2PR02MB449;H:BL2PR02MB449.namprd02.prod.outlook.com;CLIP:93.97.32.149;FPR:;InfoNoRecordsMX:1;A:1;LANG:en;
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
X-OriginatorOrg: polaris.com
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s0OFAveE026062

> My experience with cygwin is that if I can open a DOS command window and successfully do:
>
>dir k:
>
> Drive "k" will be accessible as /cygdrive/k

*Until now* that has been my experience also...

Check this out for "curiouser and curiouser":

Start a command shell from inside Cygwin:

     % /cygdrive/c/Windows/System32/cmd.exe
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

Then run "net use"

    C:\cygwin\home\daharty>net use
    net use
    New connections will be remembered.

    Status       Local     Remote                    Network

    -------------------------------------------------------------------------------
    Unavailable  H:        \\brt1itssrv003\homes\daharty
                                                    Microsoft Windows Network
    Unavailable  Z:        \\wym1itsnas001\cae3\adams_db
                                                    Microsoft Windows Network
    The command completed successfully.

    C:\cygwin\home\daharty>

The Cygwin icon (installed by the installer and nothing to do with me) has the following properties:

    C:\cygwin\bin\mintty.exe -i /Cygwin-Terminal.ico -t "Cygwin" -

If at the DOS prompt I run, say, c:\cygwin\bin\tcsh.exe -l and try "net use" then all is in order with that command. This is a minty issue; I need not to be using mintty.

Damian




CONFIDENTIAL: The information contained in this email communication is confidential information intended only for the use of the addressee. Unauthorized use, disclosure or copying of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by return email and destroy all copies of this communication, including all attachments.

--
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


