X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CB93B399C032 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1620154658; bh=1Q7aqcsgNDl5yiUBt60yebnS5bFmwx3g/ZlRHuYUAHs=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=oemDIuKiHM28wRlRxqY2Ev3Popp9hcE7kxY31XODbJYWtqeB2ELMgeuTzSAHsKgcV L78P2GJW0FT2gBDeYpQq3JfKnmQhDWG5bjnOPqYV/Vgfl5FjISzHhdQ75kbxU33gZT EU8LE6Ur7pU1SJ65GdNq11i4F3Ls2MkRMQDhdBd4= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 20627399C032 Date: Tue, 4 May 2021 11:57:32 -0700 (PDT) X-X-Sender: jeremyd AT resin DOT csoft DOT net To: cygwin AT cygwin DOT com Subject: Cannot access subst drives after commit 456c3a46 Message-ID: User-Agent: Alpine 2.21 (BSO 202 2017-01-01) MIME-Version: 1.0 X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, 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: , From: Jeremy Drake via Cygwin Reply-To: Jeremy Drake Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" Sort of like the system32 issue, but still present after the fix for that. Previously I was able to shorten paths for both native and cygwin processes by using SUBST to map a drive letter. After this commit was applied, this stopped working: $ subst T:\: -> C:\blah\blah\MINGW-packages $ ls /t/ ls: cannot access '/t/': No such file or directory $ mount ... T: on /t type ntfs (binary,noacl,posix=0,user,noumount,auto) -- 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