X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.1 required=5.0 tests=BAYES_20,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Fri, 28 May 2010 11:33:55 -0700 Message-ID: Subject: Problems with mkdir under 1.7 From: Dave Hylands To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi, I've discovered a problem with mkdir under 1.7.x that worked fine under 1.5.x. I'm using 1.7.5-1 (I updated to the latest this morning). I'm having a problem with mkdir -p when using DFS shares. Assume dir exists and newdir doesn't. Assume computername is the UNC name of a real computer. Assume dfs-name is the UNC name of DFS "virtual" computer - not sure what the real terminology is. The first 3 all work fine. mkdir //computername/sharename/dir/newdir mkdir -p //computername/sharename/dir/newdir mkdir //dfs-name/dfs-share/dir/newdir This one fails: mkdir -p //dfs-name/dfs-share/dir/newdir mkdir: cannot create directory '//dfs-name': No such file or directory This used to work fine under 1.5.x, so I assume it's a new bug. -- Dave Hylands Shuswap, BC, Canada http://www.DaveHylands.com/ -- 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