X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=BAYES_00,SPF_HELO_PASS,TW_YG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Rene Subject: C$ share and filename completion Date: Sun, 3 Jul 2011 20:16:22 +0000 (UTC) Lines: 38 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) 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 have the two files "myfile1.txt" and "myfile2.txt" on drive C of the server "myserver". I am using bash and want to edit one of the files via the C$ share. First I type $ vi //myserver/c$/myf This gets expanded to $ vi //myserver/c\$/myfile After I add the "1" for file one like this $ vi //myserver/c\$/myfile1 I receive the following warning: cygwin warning: MS-DOS style path detected: //myserver/c\$/ Preferred POSIX equivalent is: //myserver/c/$/ CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames So cygwin thinks that I am using a non-POSIX path. The suggested path //myserver/c/$/ is definitely wrong. I am using the following versions: $ cygcheck -c cygwin bash bash-completion Cygwin Package Information Package Version Status bash 4.1.10-4 OK bash-completion 1.3-1 OK cygwin 1.7.9-1 OK Many thanks, Rene -- 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