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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=KZJJzL+qEozQy3S77oTTR3Xekmaag3yNa0s3/gDVNOD36VD53OLZ6 jCpYvisUkw38x9dIVdV6cyQgqkFEs+HBln5cuAwrR/xQt1jEwRuFeNE3H+t8jYXl IXpHxV12ekLZdzscPsEyJfl3o6JYYqjHLtqBX17+BLcFU0M4Vftjgs= 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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=LfQeBQGIoPZRK5ZRVbDas9AwcIY=; b=sLt0m8sXqaSz0L0NU6yNSpnx1G7R A4ZszUOmTs04VPRWJqRT7NbXyqJWth4o5Ej73SnMOR2lnK0yqaK3J6PhP9MXwRDs 7s50xaTH92pbGufet44iC4P4JgJrEI0ZiNqquOMpVIvnAOGIcL+Ub695gHFTHdLq KaAZlB5pH9IrR7c= 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=2.2 required=5.0 tests=AWL,BAYES_00,FSL_HELO_NON_FQDN_1,HELO_LOCALHOST,RCVD_IN_PBL,RCVD_IN_RP_RNBL,RCVD_IN_SORBS_DUL,RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mho-02-ewr.mailhop.org X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+hn7LUMonrcDHyHElnzBFz Date: Wed, 4 Sep 2013 19:10:58 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: rsync failing to see drive path Message-ID: <20130904231058.GB803@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <5227B700 DOT 3030807 AT cappella DOT us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5227B700.3030807@cappella.us> User-Agent: Mutt/1.5.20 (2009-06-14) On Wed, Sep 04, 2013 at 03:41:04PM -0700, Mike Cappella wrote: >Hi Folks, > >I'm trying to use rsync on a USB (fat) drive, but it fails on the >cygdrive path: > >$ 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) > >and I'm not sure why as it does indeed exist: > >$ ls -l /cygdrive/m/Music\ Converted >total 12532 >-rwxr-xr-x+ 1 MrC ???????? 12568746 Sep 4 11:42 Database.mpl >drwxr-xr-x+ 1 MrC ???????? 0 Sep 4 11:41 Music >drwxr-xr-x+ 1 MrC ???????? 0 Sep 4 11:42 Playlists > >Any ideas? > >$ uname -a >CYGWIN_NT-6.1 zion 1.7.25(0.270/5/3) 2013-08-31 20:37 x86_64 Cygwin Yep: vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv >Problem reports: http://cygwin.com/problems.html ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ At a gues, it's possible that you aren't using a Cygwin version of rsync. cgf -- 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