X-Spam-Check-By: sourceware.org Date: Fri, 21 Apr 2006 18:05:05 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: cp problem w/ snap 04-18 from remote Message-ID: <20060421160505.GC7685@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 On Apr 20 17:01, Shaffer, Kenneth wrote: > I get > > cp: `//svtreboot3/logs/customer_logs.cfg' and `./customer_logs.cfg' are > the same file > [...] > 91 47307 [main] cp 424 stat_worker: (//svtreboot3/logs/customer_logs.cfg, 0x22EB10, 0, 0x61161E2C), file_attributes 32 > 96 47403 [main] cp 424 fhandler_base::open: (\\svtreboot3\logs\customer_logs.cfg, 0x110000) > [...] > 743 50904 [main] cp 424 fhandler_base::fstat_helper: 0 = fstat (, 0x22EB10) st_atime=4447F39C st_size=6935, st_mode=0x81A4, st_ino=3096224743829340, sizeof=96 > [...] > 91 52448 [main] cp 424 stat_worker: (./customer_logs.cfg, 0x22EAB0, 0, 0x61161E2C), file_attributes 32 > 94 52542 [main] cp 424 fhandler_base::open: (c:\Logs\customer_logs.cfg, 0x110000) > 161 53946 [main] cp 424 fhandler_base::fstat_helper: 0 = fstat (, 0x22EAB0) st_atime=4447F391 st_size=8356, st_mode=0x81C0, st_ino=3096224743829340, sizeof=96 The inode numbers of both files are identical. But in theory, cp should only see both files as the same, if the inode numbers as well as the device numbers are identical. You seem to suffer from a very seldom situation, that the volume serial numbers (which are used as device numbers) of the local and the remote file system are identical. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/