From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-02.nifty.com (conssluserg-02.nifty.com [210.131.2.81]) by sourceware.org (Postfix) with ESMTPS id 421FE3858405 for ; Fri, 29 Apr 2022 23:09:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 421FE3858405 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp Received: from Express5800-S70 (ak044095.dynamic.ppp.asahi-net.or.jp [119.150.44.95]) (authenticated) by conssluserg-02.nifty.com with ESMTP id 23TN8uo8027872; Sat, 30 Apr 2022 08:08:56 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-02.nifty.com 23TN8uo8027872 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1651273736; bh=ugXL9Sq0SCQZX6nZ2DI3MLe2hSs4dXRHKrIC56Hnhvs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=JawO0v2HbHuPUiNFfVot3aNBqpk/x0+wEu6X51UM02/+km1wPleAehBjejxGTu6Pl fRgnFxpkPSfwXuOZsxArmdYOf/ynCzCW5StjUXlLhO9y2eupOMdTvJZJSJwYTKxwna XNokJmbyhCNVTm5dQtbyAr5PzA6bgq0CA9SX3NVjxEwByv/9oa+NwT2V6qNIKfqtdT EWQgY4G/s2LqoohNp9vzOVYDEz3CfCLSYvOJcC+hNSS/fHglFWlb0PvAbt6jMmBzp+ yXB1cfmAfAZPxOwx3tGpUX1GLLDaSFrAIc2/nvcYIXPb0qi/wsRVcXN5LPcvdOdcJi pG9o+s+YPIJHQ== X-Nifty-SrcIP: [119.150.44.95] Date: Sat, 30 Apr 2022 08:09:04 +0900 From: Takashi Yano To: cygwin@cygwin.com Cc: Wes Barris Subject: Re: bash: cd: /cygdrive/w: Too many levels of symbolic links Message-Id: <20220430080904.206eada7a267138cc7ff9530@nifty.ne.jp> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2022 23:09:27 -0000 On Fri, 29 Apr 2022 14:21:01 -0500 Wes Barris wrote: > For the past couple of months the latest versions of cygwin produce this error > when attempting to reference a network drive. There have been a couple of other > threads reporting this and talk about patches. Is there a fix coming for this > in the production version of cygwin? > > $ cd /cygdrive/w > bash: cd: /cygdrive/w: Too many levels of symbolic links > $ mount > C:/cygwin64/bin on /usr/bin type ntfs (binary,auto) > C:/cygwin64/lib on /usr/lib type ntfs (binary,auto) > C:/cygwin64 on / type ntfs (binary,auto) > C: on /cygdrive/c type ntfs (binary,noacl,posix=0,user,noumount,auto) > D: on /cygdrive/d type ntfs (binary,noacl,posix=0,user,noumount,auto) > M: on /cygdrive/m type ntfs (binary,noacl,posix=0,user,noumount,auto) > P: on /cygdrive/p type ntfs (binary,noacl,posix=0,user,noumount,auto) > S: on /cygdrive/s type ntfs (binary,noacl,posix=0,user,noumount,auto) > V: on /cygdrive/v type ntfs (binary,noacl,posix=0,user,noumount,auto) > W: on /cygdrive/w type ntfs (binary,noacl,posix=0,user,noumount,auto) https://cygwin.com/pipermail/cygwin/2022-April/251332.html -- Takashi Yano