delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/09/05/03:33:33

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=fp9Yc1gERCodo7zs5XamQ+WRix2j/aN6eH12Of7/3GO
1JHmeTVdsNyHneRS1MxnYJheQFCpVtnhReOFachBFlJj2dJm1XQDERyiUF0PE2Ku
XZZuxgGpIW9a7OVnMwM8oYA0TrhlaSUTlxzvi7k5eQ/53ZwiIv3tTAaguHlq/3FY
=
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=dABGPhavYXdtd19hD7Qp8FSO/6k=; b=MBofq1UHRJwoNin38
kpvMhjsOMw8H3YSCL1UffJrEBdvXeS+3xWgWtUiYLLkobqJRSvZiJVhhbCqfcbCd
KV2lrvVb+IE/9qkmlL9LvNUgNKGF0N3Zpk+Kc/JTN95vcuSYBx8AvoTdP26+kA0C
Sv4oa+ebVRNXdCuLTNNc3RTV3o=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED autolearn=ham version=3.3.2
X-HELO: mail-pa0-f41.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=u8eMvlzk9zx4Sk++wNH8m5vHOl7aUWANIALr+id1f5U=; b=Nti/EXZIkbtI6XH2DpRrwTW2VDAfwh7Jfzxtiqhwn/jnsWoCepGb8I66W1YfH5U24d atmObgkuA33/xKaQgTZTgnV8T01BejuoHp4GVDrxgt9vZ2lt1eKY1EEuWPZ7o9bIpSBa IkN6MxKbnRdAi5vQnWhtIFHs2jfh0KsDaewFizSnJBSSnWoK40m1tsiw6Mh4ycagCYbl diynkBy4grH+V3F6yqo5LJrZs9dR2Ov2QSJkj2JJQWb3BkzkiK32j6h/+SV/uawnjwhn XH4yAfDsfBxdkbHRjXgfiJFJB8Q2LBMWcuq0sjvLrdULgwxpKhAbuTjBy+wzFVKFj017 b2yw==
X-Gm-Message-State: ALoCoQn2+6FPeyEHdjH/8NI0U5s+4noHkkKFxWwIZuBcScsyNw2DD9QDpc+GIi1OsL3XkWVHqMF+
X-Received: by 10.66.119.136 with SMTP id ku8mr7733206pab.121.1378366394569; Thu, 05 Sep 2013 00:33:14 -0700 (PDT)
Message-ID: <522833C4.9050403@cappella.us>
Date: Thu, 05 Sep 2013 00:33:24 -0700
From: Mike Cappella <mike AT cappella DOT 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 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>

> 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
>
>
> I see "cygdrive" misspelled as "cydrive" in a couple places. What happens
> when that's corrected?
>
> ..mark

Oh, dear god. It's official - I'm now old.

(I misspelled this in an alias, which is one I use elsewhere just fine, 
because it is spelled correctly elsewhere.)

Thanks.  Have a nice day.

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019