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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=U9nrvfA2gSrtUYBU7m50N/y56dUTdRuGBGu/4dzxV7H VU0/I+cQFH16MFFCji3JskhmP+QUrAmLSLwyeBz648xctOF0yFU3F3LLTKnGD+K3 3JL5hQRc4mPCAEJlVKf8fPkBnXFaRAMDOkCLOLQ+XtrUJbIY6ASouHdqdzxv1h0M = 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 :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=n4z3vksv7n0z2koGCDW2ybwWsQY=; b=q5puuVPjG8j3nB6wh AgLFka5vHuxFi+vxgvUIH7Q421gxwJ1L5FmEOZ+2haghDXEVVQezlvDUZ/ZI68+Q eMQ/8MedUpALkxQJ5wMOC+v3SMI1BGAnZ6PJ8TKoIchXj3FupWwg2k/X/iHZkv+L 9RyjzACYH4G+U2Y7VgzAA143vI= 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=-3.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED autolearn=ham version=3.3.2 X-HELO: mail-pa0-f45.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:references:in-reply-to:content-type :content-transfer-encoding; bh=Dp7B/wfHCCLxu7xmfQ64ejGIS8hGW+9uk+kvPoLeVMw=; b=Nm/zkJ3Wjg69EXks3TovNMCVm4gZlVGlemkoBEj6eVJYjB+qGBDnvsabmjp3mUhevn o5sKM4LJRPvVEJrlTKu3JKZe34vlbaw/v1uOYVxs1PHOYf6TcvGzHWk/zzV2Y9Q9p2x2 xbQWYR8woUaH4ymIrYSbEh1MRMddRPgNbh6ZKpDYEZB1PTy5MZpnFZw1WUPu5Z2Ynbzj lyU4mHQdZnlwgoUc9lmrS288kaUWj73/Qz7RmaSuff91K9vQV1LaacUF6dnNEeF0cVh0 +r5f6ZsGQ1+K6wJu55bcV3bs3rzZvlfRfXnBhpUO35uLSKKuT8hkcbpEz3CXDVaaK9vC AqWg== X-Gm-Message-State: ALoCoQnKWx5x8BXseBwC1mgM0zluFHzk0dAUiZRpPjP33k+xk6ZvYVWDcKSpFmhM8+eul1Ngr9j5 X-Received: by 10.68.17.230 with SMTP id r6mr7418268pbd.112.1378362627323; Wed, 04 Sep 2013 23:30:27 -0700 (PDT) Message-ID: <5228250D.5070908@cappella.us> Date: Wed, 04 Sep 2013 23:30:37 -0700 From: Mike Cappella 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 AT cygwin DOT com Subject: Re: rsync failing to see drive path References: <5227B700 DOT 3030807 AT cappella DOT us> In-Reply-To: <5227B700.3030807@cappella.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit > On 9/4/2013 3:41 PM, 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 > Mixing Win and Cygwin. > Try > rsync --dry-run --delete -uvxhir /cydrive/m/Music\ Converted /cygdrive/G/ > > Robert McBroom Thanks. I had already tried (although I knew it was irrelevant, as double quotes are fine for quoting an argument in bash). $ 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 $ 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) -- 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