public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Cygwin mv and cp fail: skipping file 'file', as it was replaced while being copied
@ 2016-04-12 18:13 Kenneth Wolcott
  2016-04-12 18:54 ` Eric Blake
  0 siblings, 1 reply; 3+ messages in thread
From: Kenneth Wolcott @ 2016-04-12 18:13 UTC (permalink / raw)
  To: cygwin

Hi;

  Cygwin mv and cp fail: skipping file 'file', as it was replaced
while being copied

$ uname -a
CYGWIN_NT-6.1 KWOLCOTT-9010 2.5.0(0.297/5/3) 2016-04-11 09:58 x86_64 Cygwin

$ mv new_Perforce_account_request.txt ~/.
mv: skipping file 'new_Perforce_account_request.txt', as it was
replaced while being copied

$ pwd
/cygdrive/p/Engineering/EOSS_Tableau/SFDC

$ cp new_Perforce_account_request.txt ~/.
cp: skipping file 'new_Perforce_account_request.txt', as it was
replaced while being copied

What's up with this?

Thanks,
Ken Wolcott

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Cygwin mv and cp fail: skipping file 'file', as it was replaced while being copied
  2016-04-12 18:13 Cygwin mv and cp fail: skipping file 'file', as it was replaced while being copied Kenneth Wolcott
@ 2016-04-12 18:54 ` Eric Blake
  2016-04-12 19:01   ` Kenneth Wolcott
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Blake @ 2016-04-12 18:54 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 815 bytes --]

On 04/12/2016 12:13 PM, Kenneth Wolcott wrote:
> Hi;
> 
>   Cygwin mv and cp fail: skipping file 'file', as it was replaced
> while being copied
> 
> $ uname -a
> CYGWIN_NT-6.1 KWOLCOTT-9010 2.5.0(0.297/5/3) 2016-04-11 09:58 x86_64 Cygwin
> 
> $ mv new_Perforce_account_request.txt ~/.
> mv: skipping file 'new_Perforce_account_request.txt', as it was
> replaced while being copied
> 
> $ pwd
> /cygdrive/p/Engineering/EOSS_Tableau/SFDC

That's often the case of a drive that has unstable inode numbers.  What
does /usr/lib/csih/getVolInfo /cygdrive/p/Engineering/EOSS_Tableau/SFDC
say about your drive? It may be some buggy file system that cygwin needs
to learn how to work around.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Cygwin mv and cp fail: skipping file 'file', as it was replaced while being copied
  2016-04-12 18:54 ` Eric Blake
@ 2016-04-12 19:01   ` Kenneth Wolcott
  0 siblings, 0 replies; 3+ messages in thread
From: Kenneth Wolcott @ 2016-04-12 19:01 UTC (permalink / raw)
  To: cygwin

On Tue, Apr 12, 2016 at 11:53 AM, Eric Blake <eblake@redhat.com> wrote:
> On 04/12/2016 12:13 PM, Kenneth Wolcott wrote:
>> Hi;
>>
>>   Cygwin mv and cp fail: skipping file 'file', as it was replaced
>> while being copied
>>
>> $ uname -a
>> CYGWIN_NT-6.1 KWOLCOTT-9010 2.5.0(0.297/5/3) 2016-04-11 09:58 x86_64 Cygwin
>>
>> $ mv new_Perforce_account_request.txt ~/.
>> mv: skipping file 'new_Perforce_account_request.txt', as it was
>> replaced while being copied
>>
>> $ pwd
>> /cygdrive/p/Engineering/EOSS_Tableau/SFDC
>
> That's often the case of a drive that has unstable inode numbers.  What
> does /usr/lib/csih/getVolInfo /cygdrive/p/Engineering/EOSS_Tableau/SFDC
> say about your drive? It may be some buggy file system that cygwin needs
> to learn how to work around.
>

$ /usr/lib/csih/getVolInfo /cygdrive/p/Engineering/EOSS_Tableau/SFDC
Device Type        : 7
Characteristics    : 10
Volume Name        : <Vol_O>
Serial Number      : 2684354572
Max Filenamelength : 255
Filesystemname     : <NTFS>
Flags              : 4004e
  FILE_CASE_SENSITIVE_SEARCH  : FALSE
  FILE_CASE_PRESERVED_NAMES   : TRUE
  FILE_UNICODE_ON_DISK        : TRUE
  FILE_PERSISTENT_ACLS        : TRUE
  FILE_FILE_COMPRESSION       : FALSE
  FILE_VOLUME_QUOTAS          : FALSE
  FILE_SUPPORTS_SPARSE_FILES  : TRUE
  FILE_SUPPORTS_REPARSE_POINTS: FALSE
  FILE_SUPPORTS_REMOTE_STORAGE: FALSE
  FILE_VOLUME_IS_COMPRESSED   : FALSE
  FILE_SUPPORTS_OBJECT_IDS    : FALSE
  FILE_SUPPORTS_ENCRYPTION    : FALSE
  FILE_NAMED_STREAMS          : TRUE
  FILE_READ_ONLY_VOLUME       : FALSE
  FILE_SEQUENTIAL_WRITE_ONCE  : FALSE
  FILE_SUPPORTS_TRANSACTIONS  : FALSE

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-12 19:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-12 18:13 Cygwin mv and cp fail: skipping file 'file', as it was replaced while being copied Kenneth Wolcott
2016-04-12 18:54 ` Eric Blake
2016-04-12 19:01   ` Kenneth Wolcott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).