delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2011/01/12/05:34:10

X-Recipient: archive-cygwin AT delorie DOT com
X-Spam-Check-By: sourceware.org
Date: Wed, 12 Jan 2011 11:33:49 +0100
From: Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: skipping file `...', as it was replaced while being copied
Message-ID: <20110112103349.GG6353@calimero.vinschen.de>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <4D2C7B2B DOT 6030405 AT redhat DOT com> <2BF01EB27B56CC478AD6E5A0A28931F201CCE454 AT A1DAL1SWPES19MB DOT ams DOT acs-inc DOT net>
MIME-Version: 1.0
In-Reply-To: <2BF01EB27B56CC478AD6E5A0A28931F201CCE454@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
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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 11 11:33, Nellis, Kenneth wrote:
> From: Eric Blake
> > From here, Corinna probably has better insights into how to patch
> > cygwin1.dll to work around your broken file system (it isn't NTFS, even
> > though it claims to be, because NTFS has max filenamelength of 255 and
> > a
> > lot more TRUE flags - do you know if it is a NetApp device, or is it
> > some other file system altogether?)
> > 
> > > knellis AT COBQDPPJ1 ~
> > > $ /usr/lib/csih/getVolInfo /cygdrive/q
> > > Device Type        : 7
> > > Characteristics    : 10
> > > Volume Name        : <home>
> > > Serial Number      : 125567530
> > > Max Filenamelength : 128
> > > Filesystemname     : <NTFS>
> 
> Duplicating my original post [1], my Q: drive is a network
> mount through Samba (2.0.7) to a directory on a QNX 4.25 [2]
> system running on my PC through Virtual PC.
> 
> [1] http://cygwin.com/ml/cygwin/2011-01/msg00059.html
> [2] http://www.qnx.com/developers/docs/qnx_4.25_docs/qnx4/
> 
> From my Cygwin environment, copying (cp) files from
> /cygdrive/q has been working well for well over a year, 
> and has been invaluable, but stopped working some weeks ago, 
> due to, I suspect, a Cygwin update, but I don't know which, 
> but apparently not the recent tar 1.25 one.
> 
> Please let me know what additional information I can provide
> as I am anxious to restore this functionality.

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.


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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019