X-Recipient: archive-cygwin@delorie.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:message-id:date:from:mime-version:to:subject
	:content-type:content-transfer-encoding; q=dns; s=default; b=RHL
	wJbrOQShWi0KtgFllsyiNDzTQR2w7PRhUi4WCtso6TXQJsTUiA3ROB0/Pa1cA4Zu
	lJNL5AEz6loSc3FF69Lrcpye9K0PdgiiifmIdKg44hCMT8YeVIZVn30dHqbZP9uj
	/swnpKX6bJglAICmC9aTyKM8ZDc+zNnNDS0P1lrM=
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:message-id:date:from:mime-version:to:subject
	:content-type:content-transfer-encoding; s=default; bh=3Rhrp32Go
	O1FH5+emFNkKOADY0U=; b=eyQOeun57l39WsToMQz6pWTasJFR87DxXUZhEbrJp
	z1caUPmzCCaLi2hdpZvsGUbL0YSpkB8x3CAPAlOsJnbBbDIlL5z1fTs9v/XkCMBL
	MKkKVvbo7onSSlXTQD8nI+6klOlH6cZicihM8HmHDgIsRxchkJXrrM0yV4Fq3uyN
	1E=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2
X-HELO: mail-pb0-f48.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to         :subject:content-type:content-transfer-encoding;        bh=hqNr9PpE3v48XwWyna904MBKwS0Zu9CdavnVymZEMm8=;        b=Ve8LO/lT4GABLPQiB/e3iXs5q42ccxsgm7qBQ6hb5cLFHB//9GQjHZzBAa2KXnLC4p         vxjXP2bZhQTbC7SEvd+/p/IwsapwtxqpPpileYeZD2YjLs3SEbxqhXaVa0qDoU5WQBIJ         KxVodYszsmN5e8Whd/d6Cp2/5OhVrw+GKeO3/GdMYA0A/RZoT53yi51V47krfNoJkD1B         QFTa5PVRGwApyaUl8XkLJp4H+GigCaIr5JiUaRcHkeanX0rTTJrn2VjvTN5BfXbGkXB1         G4WebSkBsvYNtXcfX4Gn4U8LNyFaQigk3AZnr0XuV+YsHN4jFCBL92/7F+GLRnIgqO3l         RwzQ==
X-Gm-Message-State: ALoCoQlpozwea5cl9gDteEjkfH5JD5W4AXpRkZvV+wd8rzewEWzOSGqbvfp5dS5yaTtHxL9gWAxh
X-Received: by 10.66.164.136 with SMTP id yq8mr5704258pab.67.1378334456035;        Wed, 04 Sep 2013 15:40:56 -0700 (PDT)
Message-ID: <5227B700.3030807@cappella.us>
Date: Wed, 04 Sep 2013 15:41:04 -0700
From: Mike Cappella <mike@cappella.us>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: rsync failing to see drive path
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

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

--
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

