X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=CW
	5w3LrapY1RPnzNB3WsZwd5f7/YDsCNibRdsds5Jq68xEDm4y98TvZu3ocx40ztUm
	MO1Q8sofP45Elvlr3FqLvdOjBm1JLvmIjcnWzxXvxEJ5KLlx181ilhYpGsvEZ5KY
	Wrem7t5k5xl6ubF8EMAvrfrWiPU77RrX2kouLDJvk=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=uLB4w+oc
	y1yHwe9J308c6OXjrG4=; b=hzNkTl+XA0t7tQcAum8YSl2jmExJLs2Ui2yOCiEr
	1k3Prv6SJVOaaozmLsboOwyEfhcnwHdL2YAIuRq+rauvt0kZLBiBuTNf02h7bjx5
	Y3Es/lLhOJKqpVoYdusVBlwDOBykyq3QYdEd5yHJM81F+MAL/C7QKQpOYbMbQRj1
	arM=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=responded, Hx-languages-length:1246, FileZilla, filezillas
X-HELO: mail-lf0-f49.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:sender:in-reply-to:references:date         :message-id:subject:from:to;        bh=xuP6ygPFMmiSzaLW8Kylef08B/r+upOuC2yF0u17HGA=;        b=C8cNuudlDz9AtIfzEldJUN4hdg5Pt8jLqKVmkhEndwRJjG57A5zyck1oNS/WVXteuv         2jScuM5/I461zq5J+m2IDajWmx86eLKBKzxLwC/eCD9amQfguFu7x+p9uDPQRtFNKJ/M         jDMqTfOsBO4Qwfj8vd3wrnu/h4vGjNOlcVoPXx5m5wctg2h5We37n1L9ASaucOuItVO6         2Epih/4NT1+40CYzX6mYzfHHIM2maMeuAXzXPs1NGwjRLBLsLltOKv3MfaASirPtCx/v         4EltO9rdBt7IWi2veBtM4atn3WFNenj7htZaufHicyHadZ60oXt/Z4z90a/XINmQqVYB         wYuQ==
X-Gm-Message-State: AD7BkJIVfaKvoGCRPj3fxU/dUPSNxKllOGEeytXfNTK24fwPGZ1uYvj2XmYHtxlha+FUYMWd1XuaB2AEg4gJGQ==
MIME-Version: 1.0
X-Received: by 10.25.28.140 with SMTP id c134mr10751134lfc.99.1458674938120; Tue, 22 Mar 2016 12:28:58 -0700 (PDT)
In-Reply-To: <0D835E9B9CD07F40A48423F80D3B5A702EAE64FA@USA7109MB022.na.xerox.net>
References: <CACoZoo0wFReBJha8AwzCAHSWKhEL1ALKH5exmhE-8P5fEj6+Kg@mail.gmail.com>	<0D835E9B9CD07F40A48423F80D3B5A702EAE64FA@USA7109MB022.na.xerox.net>
Date: Tue, 22 Mar 2016 15:28:58 -0400
Message-ID: <CACoZoo3VpQYsPADFdcpGzC=M-k1J8ng_djvEvGyu-vRmBuhY8g@mail.gmail.com>
Subject: Re: cksum giving inconsistent results on network drive
From: Erik Soderquist <ErikSoderquist@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

On Tue, Mar 22, 2016 at 2:45 PM, Nellis, Kenneth wrote:
> Indeed, it is not cksum, but (almost) any Windows process that
> reads data mounted on my QNX4 Samba drive, including Cygwin's
> "cp", FileZilla, and Perl's File::Copy package. However, I have
> not got the DOS "COPY" command to deliver corrupted data, so I
> suspect it must be doing something special. So, with FileZilla's
> and others' failures, I've vindicated Cygwin, as it seems to be
> some problem between QNX4 Samba and Win7.
>
> Thanx to all who responded.
>
This feels like "from ancient times"... I remember the DOS 'copy'
command having a verify option that would effectively reread the data
to confirm it was written correct (and I think repeatedly rewrite the
data until it did read back correctly), and debate about making that
the default... I think there may have also been an environment
variable that could be set to override whichever was the default;
perhaps this is why 'copy' works were others see the underlying flaw?

I'd look at upgrading the QNX4 host if possible, even if it means side
loading something else onto it.  (I'm not familiar with "QNX4", but it
seems to be the root of the problem).

-- Erik

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

