X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=JKL d4ImQR6PtadT+vGeFtuyY9FFaJiODW89bvANpXAUn8lqGjgiLaWS67uf1h8tb8Eo UytQy2SdK6PNRQl4OM2tyutts70RcD5Y3qrcBqdq+fhaHRnwRtkFzVw+GUnaKyjB 8wcJurGqFwnUm4UAmxxpMd8yS12SuN3//hf3w4IU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=R7g9JckgG ZQWQSIKZmMfdEhI2f4=; b=bVBHdKNJTJo1/laGnG42mY0hb2ENPWKUWDfDnzbFu nVemNaJHqu0IHdKWjhqsbxtUm98NBVH7Xsfqe12tP2QzdSPxqLHgM0s/Bll43Cyk 73bIPv1Z5CQ3pSyV2xCM0nhBFJZKOMZ8V/wOScUTlkAKgtVlE4EYB8IvfcNdV8r+ 6k= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.5 required=5.0 tests=AWL,BAYES_50,RDNS_NONE autolearn=no version=3.3.2 X-HELO: mail2.subrigo.net From: "Matthew Lagoe" To: Subject: Path issue with windows shell Date: Wed, 27 Nov 2013 12:03:37 -0800 Message-ID: <029801ceebab$c5a6eff0$50f4cfd0$@subrigo.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes im having a problem with paths, when i use /cygdrive/l in the windows shell it doesn't work however when i use it in the cygwin shell it works fine Cygwin =========================================== Matthew AT Matthew-PC /cygdrive/l/leveldesign $ rsync -avrP --chmod=a=rw,Da+x --delete /cygdrive/l rsync://testuser AT remoteserver DOT com/testuser/0 sending incremental file list sent 46455 bytes received 273 bytes 31152.00 bytes/sec total size is 18388593 speedup is 393.52 windows shell =========================================== C:\>rsync -avrP --chmod=a=rw,Da+x --delete /cygdrive/l rsync://testuser AT remoteserver DOT com/testuser/0 sending incremental file list rsync: link_stat "/cygdrive/l" failed: No such file or directory (2) FATAL I/O ERROR: dying to avoid a --delete-during issue with a pre-3.0.7 receiver. rsync error: requested action not supported (code 4) at /home/lapo/package/rsync-3.0.9-1/src/rsync-3.0.9/flist.c(1800) [sender=3.0.9] am I missing something? /cygdrive/c works fine in both The windows shell only see's the "C" drive even with ls C:\>ls /cygdrive/ C Cygwin however see's everything Matthew AT Matthew-PC /cygdrive/l/leveldesign $ ls /cygdrive c f h l r w Thank you -- 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