X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4A3883851C36 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=opencoder.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=wayne AT opencoder DOT net X-Sender-Id: dreamhost|x-authsender|dropbox AT opencoder DOT net X-Sender-Id: dreamhost|x-authsender|dropbox AT opencoder DOT net X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|dropbox AT opencoder DOT net X-MailChannels-Auth-Id: dreamhost X-Whispering-Wiry: 54ebdece3687a33f_1591984288574_1149652484 X-MC-Loop-Signature: 1591984288574:127112317 X-MC-Ingress-Time: 1591984288574 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=opencoder.net; h= mime-version:references:in-reply-to:from:date:message-id:subject :to:content-type; s=opencoder.net; bh=szi/muKhdUNtU+Wb3ZoWwhDCh4 Y=; b=giYnY90N66TaweTwX9wcVLp3vMgdklRElzLhDN4EvxZpePm/9BrLNXE+cO sBN9b79xWVplkDBu8MnrpCb5q6zqtQLQId8oXlMMkY20BJUz8Jj4YsjRBOZFPfM2 QTRWCxsTaOXu11Vcvz/asJekKourCQdoeg55iMTVLoxzvzI2Q= X-Gm-Message-State: AOAM5319oDLhCbMy1sM6iffYziCqKbMGd7vBewX9SWW/v96tDY6YKeD2 T7EVMlw8b3nnTTyqMUHgmJCWm5MKesAgijLRlfY= X-Google-Smtp-Source: ABdhPJzBNFD4qG3yopCJh2rvOvqgAkivIGpiiimi6eTBVSXtkHLjRzBgPCxe4cAP/k1jehh31u3V64GZecEZ/38S1Hs= X-Received: by 2002:a25:3450:: with SMTP id b77mr23162615yba.197.1591984286512; Fri, 12 Jun 2020 10:51:26 -0700 (PDT) MIME-Version: 1.0 References: <63059339 DOT 20200612140353 AT yandex DOT ru> In-Reply-To: <63059339.20200612140353@yandex.ru> X-DH-BACKEND: pdx1-sub0-mail-a48 From: Wayne Davison Date: Fri, 12 Jun 2020 10:51:14 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: symbolic links to /cygdrive/X/xxx with capital letter X To: cygwin X-VR-OUT-STATUS: OK X-VR-OUT-SCORE: 0 X-VR-OUT-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeduhedrudeiuddguddvtdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucggtfgfnhhsuhgsshgtrhhisggvpdfftffgtefojffquffvnecuuegrihhlohhuthemuceftddtnecunecujfgurhepgghfjgfhfffkuffvtgesthdtredttddtjeenucfhrhhomhephggrhihnvgcuffgrvhhishhonhcuoeifrgihnhgvsehophgvnhgtohguvghrrdhnvghtqeenucggtffrrghtthgvrhhnpeduudehledvfefftefhffffjeeugeeghfdttdfhueekheelgefhlefghfduhfekhfenucfkphepvddtledrkeehrddvudelrddujeeinecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmohguvgepshhmthhppdhhvghlohepmhgrihhlqdihsgduqdhfudejiedrghhoohhglhgvrdgtohhmpdhinhgvthepvddtledrkeehrddvudelrddujeeipdhrvghtuhhrnhdqphgrthhhpeghrgihnhgvucffrghvihhsohhnuceofigrhihnvgesohhpvghntghouggvrhdrnhgvtheqpdhmrghilhhfrhhomhepfigrhihnvgesohhpvghntghouggvrhdrnhgvthdpnhhrtghpthhtoheptgihghifihhnsegthihgfihinhdrtghomh X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, 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-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" On Fri, Jun 12, 2020 at 4:05 AM Andrey Repin wrote: > And you've got exactly what you asked for. I think you missed the important part of the email. Distilled down, this is wrong: $ ln -s /cygdrive/C/Windows foo $ readlink foo /mnt/C/Windows The symlink's value changed to a path that doesn't exist on a typical install and is now broken. The original /cygdrive/C/Windows path works fine as long as you have it mounted to ignore case. Perhaps the rewrite (if it is even required) should change it into /cygdrive/c/Windows? ..wayne.. -- 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