This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: rsync failing to see drive path


Thanks,

More below...

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


At a gues, it's possible that you aren't using a Cygwin version of
rsync.

> cgf

That would have been my guess too, however:

$ strings `which rsync` | grep -i cygwin
cygwin_detach_dll
cygwin_internal
cygwin1.dll

Attached is output of cygcheck -s -v -r.

MrC

Attachment: cygcheck.out
Description: Text document

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]