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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=pPahd5IjTr9/zSuJloMVLb4gkixK0sngL2MsU53j1c29FFWJTnRnY 2LWoIufkogtksaK/CkjYoxaqRJA3vLr/VIWTretSzyLbqJGKxZ/XhnWOl+qpmrPT e5l4rmfXHwAByRQRjV5B0sDIQH/lbaCJwb/ekQ1e7qSsyw3NGFQPQs= 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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=1jTfs5GnTg0pxCNtSdOF/anozIU=; b=TAuCvvXH/DM30HhKzzfEzLDeyN0B GpcVr6aLKjKHCNnAMywt11/1VKU7H152vifagP5s788QgZNL4U7tyhFLAeO+XEqB 6zBa9MTgSjhcBrSRxhCqWTJMsF3UHjF/cmfXbMQ28Qkp2IDQ4eVsW/wz3JOT8/l4 Q+Bq0NLeb4Fzt2Y= 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.0 required=5.0 tests=AWL,BAYES_20,CK_HELO_DYNAMIC_SPLIT_IP,HELO_DYNAMIC_IPADDR2,KHOP_THREADED,RDNS_NONE,SPF_FAIL autolearn=no version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Mark Geisert Subject: Re: rsync failing to see drive path Date: Thu, 5 Sep 2013 07:02:03 +0000 (UTC) Lines: 13 Message-ID: References: <5227B700 DOT 3030807 AT cappella DOT us> <5228250D DOT 5070908 AT cappella DOT us> 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 > >> $ rsync --dry-run --delete -uvxhir "/cydrive/m/Music Converted" > >> /cygdrive/G/ > >> sending incremental file list > >> rsync: change_dir "/cydrive/m" failed: No such file or directory (2) [...] > $ rsync --dry-run --delete -uvxhir /cydrive/m/Music\ Converted /cygdrive/G/ > sending incremental file list > rsync: change_dir "/cydrive/m" failed: No such file or directory (2) I see "cygdrive" misspelled as "cydrive" in a couple places. What happens when that's corrected? ..mark -- 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