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.4.1 sourceware.org 3C26B386EC0E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=towo.net Authentication-Results: sourceware.org; spf=none smtp.mailfrom=towo.net Message-ID: <8389e966-9712-7011-8012-c0a07d2edc0e@towo.net> Date: Fri, 29 Apr 2022 13:59:59 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 To: cygwin AT cygwin DOT com From: Thomas Wolff Subject: Home directory on network drive not accessible in 3.3.4 X-Provags-ID: V03:K1:6HvuWID6qjz28x49hMCJ98nzu935SD7tfXtmqJCHQKO5/k9u27E fsT5Iq1PElb0yUa6CWfwd8fjsIO+lhqNNZP5gJfszb16ebx04Qea5V7r3/IOnrjx9HWQ7y8 axO5QZyux3u6lXTZD5qDKhMVDjjaICUQy5/ZiMlo3fI/1q6trJZfLyJSpU4zSwTrOVmTdc6 Cd/Mpg7QsXSG+PRL59SAw== X-UI-Out-Filterresults: notjunk:1;V03:K0:nuZKK0aQvDU=:bGc25j02cxxKpyr9LDx73f dTe83H2dEBHQwKO0LjfYnRPrDtFFus8q2MNdncRjqjXybikOq9s11e3Efz4tD0tHMO4WXmgQG XlInQQ9oi1D/TolxQ9tcpntTgC1YMOoSr8wOCHg0PtyS/A83LaBo1yr8ZIxBUDaUrbfXD5CAC 6dPMNO2CVqlwwZ8HCNjFGxLnT/WcoGnoYvoJzX1rsAQBjFyasfeWpf0I30Q35FpBbuEtKixN2 EboIXVm/jQbj1sFOsNQrb01sLES00rKnv2hizesxyHcnneskRrs1nCOcAQ7flVCb4+0csoThc wsTwJLQJE7wDZhNWbf67DfDRdmCyg2okFK9ZeNlZDFfeyTKAYeHmca2T593rbewsBhLVz8Ykp ADxYMT/dOnGS6rx46EfDXSepxfcS7s/4uYKXwsgzJ9GNWI1UPcnorowAw5shr6APWJ+avCUvo zR0df0GEx0B3YjTlyWzDppdib5DfwP87sXYZjphYorlzenF5+hsNq2RxQyCL8xFjwcLSM/pKw gp7F0VMk+qMnOzN+LSDirlge3vBFzbUXcVgcXNXRNAEXzpsb/B7N43A44zF794os6D390+nfL sdUL74G55/mfBAjDNdHFjt3swgI4qHcDt5C2imJ9jRYUyQ/A0blEgvkuyqoPQIbNewv2gYyW7 2DtsKrmTnh0KFID3AWUjqQK/lQOv5Xvl3BMpX+CthiVuSFJ5yL2/Lbz/fphFE9aO6Vkc= X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, BODY_8BITS, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no 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 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="utf-8"; Format="flowed" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 23TC2Eie000679 I upgraded 3.3.3 → 3.3.4 in a lab environment, where my home directory is H:\ or /cygdrive/h Starting cygwin (cmd/bash or mintty) with some tools from gnuutils (like ls) in the path gives me this message: mkdir: cannot create directory ‘/cygdrive/h’: File exists /cygdrive/h could not be created. Setting HOME to /tmp. After clearing PATH, then running bash or mintty: bash: /cygdrive/h/.bashrc: Too many levels of symbolic links $ cd /cygdrive/h -bash: cd: /cygdrive/h: Too many levels of symbolic links $ /bin/ls -l /cygdrive /bin/ls: /cygdrive/h: Too many levels of symbolic links /bin/ls: /cygdrive/l: Too many levels of symbolic links total 48 d---r-x---+ 1 NT SERVICE+TrustedInstaller NT SERVICE+TrustedInstaller 0 Apr 27 11:01 c drwx---rwx+ 1 SYSTEM SYSTEM                      0 Mar 23 15:41 d drwxrwx---  1 Administratoren Domänen-Admins             0 Nov 26 11:40 h drwxrwxr-x  1 Administratoren Domänen-Admins             0 Dec 17 18:53 l $ /bin/mount //141.64.144.100/Labormaterial/TGI/cygwin64/bin on /usr/bin type ntfs (binary,auto) //141.64.144.100/Labormaterial/TGI/cygwin64/lib on /usr/lib type ntfs (binary,auto) //141.64.144.100/Labormaterial/TGI/cygwin64 on / type ntfs (binary,auto) C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto) D: on /cygdrive/d type ntfs (binary,posix=0,user,noumount,auto) H: on /cygdrive/h type ntfs (binary,posix=0,user,noumount,auto) L: on /cygdrive/l type ntfs (binary,posix=0,user,noumount,auto) Reverting to cygwin 3.3.3 solves the issue. Maybe related to the other 3.3.4 problem reported today? Kind regards, Thomas -- 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