From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63050 invoked by alias); 4 Apr 2015 18:29:50 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 63037 invoked by uid 89); 4 Apr 2015 18:29:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.9 required=5.0 tests=AWL,BAYES_60,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mailout05.t-online.de Received: from mailout05.t-online.de (HELO mailout05.t-online.de) (194.25.134.82) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 04 Apr 2015 18:29:48 +0000 Received: from fwd34.aul.t-online.de (fwd34.aul.t-online.de [172.20.26.145]) by mailout05.t-online.de (Postfix) with SMTP id 6F9E213B934 for ; Sat, 4 Apr 2015 20:29:45 +0200 (CEST) Received: from cmpweb32 (bN1IPgZLwhIxuTr6VeR7M4-OkEOIg+q+SO0fgLxj3clptH70xENQ-20ObWpDrajQcM@[172.20.102.132]) by fwd34.aul.t-online.de with esmtp id 1YeSpA-1HDBU80; Sat, 4 Apr 2015 20:29:40 +0200 MIME-Version: 1.0 Received: from 188.195.159.235:64461 by cmpweb32.aul.t-online.de with HTTP/1.1 (Lisa V3-4-2-0.11734 on API V3-19-2-0) In-Reply-To: <434586251552028f4b44ab4.23122527@email.t-online.de> References: <434586251552028f4b44ab4.23122527@email.t-online.de> Date: Sat, 04 Apr 2015 18:29:00 -0000 Reply-To: "lemkemch@t-online.de" To: cygwin@cygwin.com Message-ID: <167965717055202d94c75b39.22280421@email.t-online.de> Subject: Re: diff -r won't recurse From: "lemkemch@t-online.de" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-SW-Source: 2015-04/txt/msg00083.txt.bz2 >On Sat, 04 Apr 2015 20:09:56 +0200 I wrote: >On Fri, 03 Apr 2015 16:50:09 +0200 Andrey Repin wrote: >>> I've got a strange problem: diff -r /d /g won't recurse into the two directories. /d and /g are the >>> roots of two disks where /g is a clone (disk2vhd) of /d. ls -R and other tools have no problems >>> to walk the tree. strace doesn't give me a clue. Any ideas? >> >>Try /d/ /g/ ? >>Cygdrive automounts are implicit. >>Though, I'm unable to reproduce your case. >> >>$ ls -l /? >>ls: cannot access /?: No such file or directory >> >>$ diff -r /w /x >>Only in /w: $RECYCLE.BIN >>Only in /x: OS2 >>Only in /w: ssh-1Pr6UITz >>Only in /w: System Volume Information >>Only in /x: WINNT >> > >Yes, that's what I expected. And Erwin Waterlander suggested: >> there are no differences >> ;) > >I wish it were so. Nevertheless (-s lists identical files): >orion> diff -q -r -s /d/Program\ Files /g/Program\ Files >orion> > >But >orion> ls /d/Program\ Files /g/Program\ Files >/d/Program Files: >7-Zip GPS-Track-Analyse-6 PlotSoft >... snipped. > >/g/Program Files: >7-Zip GPS-Track-Analyse-6 PlotSoft >... more snipped. > >I am sure this got something to do with this being on a cloned disk running in a XP >virtual machine (vmplayer on Win 8,1). > Clutching at straws (note the identical serial number, does it confuse Cygwin?): orion> /usr/lib/csih/getVolInfo.exe /g Device Type : 7 Characteristics : 20 Volume Name : Serial Number : 3357258338 Max Filenamelength : 255 Filesystemname : Flags : 700ff FILE_CASE_SENSITIVE_SEARCH : TRUE FILE_CASE_PRESERVED_NAMES : TRUE FILE_UNICODE_ON_DISK : TRUE FILE_PERSISTENT_ACLS : TRUE FILE_FILE_COMPRESSION : TRUE FILE_VOLUME_QUOTAS : TRUE FILE_SUPPORTS_SPARSE_FILES : TRUE FILE_SUPPORTS_REPARSE_POINTS: TRUE FILE_SUPPORTS_REMOTE_STORAGE: FALSE FILE_VOLUME_IS_COMPRESSED : FALSE FILE_SUPPORTS_OBJECT_IDS : TRUE FILE_SUPPORTS_ENCRYPTION : TRUE FILE_NAMED_STREAMS : TRUE FILE_READ_ONLY_VOLUME : FALSE FILE_SEQUENTIAL_WRITE_ONCE : FALSE FILE_SUPPORTS_TRANSACTIONS : FALSE orion> /usr/lib/csih/getVolInfo.exe /d Device Type : 7 Characteristics : 20 Volume Name : Serial Number : 3357258338 Max Filenamelength : 255 Filesystemname : Flags : 700ff FILE_CASE_SENSITIVE_SEARCH : TRUE FILE_CASE_PRESERVED_NAMES : TRUE FILE_UNICODE_ON_DISK : TRUE FILE_PERSISTENT_ACLS : TRUE FILE_FILE_COMPRESSION : TRUE FILE_VOLUME_QUOTAS : TRUE FILE_SUPPORTS_SPARSE_FILES : TRUE FILE_SUPPORTS_REPARSE_POINTS: TRUE FILE_SUPPORTS_REMOTE_STORAGE: FALSE FILE_VOLUME_IS_COMPRESSED : FALSE FILE_SUPPORTS_OBJECT_IDS : TRUE FILE_SUPPORTS_ENCRYPTION : TRUE FILE_NAMED_STREAMS : TRUE FILE_READ_ONLY_VOLUME : FALSE FILE_SEQUENTIAL_WRITE_ONCE : FALSE FILE_SUPPORTS_TRANSACTIONS : FALSE ---------------------------------------------------------------- Profitieren Sie von der sicheren E-Mail-Übertragung Ihrer Daten mit einer kostenlosen E-Mail-Adresse der Telekom. www.t-online.de/email-kostenlos -- 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