X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Wed, 12 Jan 2011 16:10:00 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: skipping file `...', as it was replaced while being copied Message-ID: <20110112151000.GB12190@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20110112103349 DOT GG6353 AT calimero DOT vinschen DOT de> <2BF01EB27B56CC478AD6E5A0A28931F201CCE65F AT A1DAL1SWPES19MB DOT ams DOT acs-inc DOT net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <2BF01EB27B56CC478AD6E5A0A28931F201CCE65F@A1DAL1SWPES19MB.ams.acs-inc.net> User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: 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 Jan 12 08:09, Nellis, Kenneth wrote: > From: Corinna Vinschen > > See the User's Guide here: > > http://cygwin.com/cygwin-ug-net/using.html#mount-table > > > > Try to mount the Q: drive with the "ihash' option, for instance: > > > > $ cat >> /etc/fstab.c/knellis << EOF > > Q: /qnx stone_age_old_samba binary,ihash 0 0 > > EOF > > $ mount -a > > > > That should help. I'm not really keen to add more hardcoded support > > for such old filesystems. > > Yeah, thanx for that, however I get the same result after correcting > "fstab.c" to "fstab.d". I now have: > > knellis AT COBQDPPJ1 ~ > $ mount | grep ^Q > Q: on /qnx type smbfs (binary,ihash,user) > > knellis AT COBQDPPJ1 ~ > $ > > Interestingly enough, compare what works and what doesn't: > > FAILS: cp /cygdrive/q/knellis/xyz xyz > WORKS: cat /cygdrive/q/knellis/xyz > xyz Erm... you have to use the /qnx path, rather than /cygdrive/q: cp /qnx/knellis/xyz xyz cat /qnx/knellis/xyz > xyz Other than that, cat doesn't perform the same integrity checks as cp. > Also, I wouldn't ask you to modify Cygwin to support this ancient > protocol, but I'm still wondering what I have to downgrade to > get what worked some number of weeks ago. I've downgraded > coreutils to 8.5-2 and cygwin to 1.7.6, but neither helped. > Curious about what else could have caused this change in > behavior. Would welcome advice on what else I can try. No idea when and where this changed, sorry. Out of curiosity, what's the output of `mount'? Does it recognize /cygdrive/q as smbfs or as ntfs? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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