From owner-freebsd-questions@FreeBSD.ORG Fri Sep 28 18:27:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13D1616A4A5 for ; Fri, 28 Sep 2007 18:27:12 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id BE14E13C468 for ; Fri, 28 Sep 2007 18:27:11 +0000 (UTC) (envelope-from modulok@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so690330anc for ; Fri, 28 Sep 2007 11:27:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=lJTBA5SPtpeirzRv26JxBZX7WZiqPwAi0cF7f9tO9cs=; b=Xz0pXmPDozSGaXI6yJMA9s7Z++fMc4imW9wZlwqG8Lo/1ZG6OgnRzi6GQ7tZiah4DWzlDSVuXfYFm3qS40W1ShVF7O2dXxvRbteGg9Wu/JyCnbZtj3gGOCRtJh0GoA2MUwEmVGFjzVuH5qfJ6qIJ4c+TWX9KOn5KnMeCwj2qGxU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=tCcUqwFtG3b3OEx0EhCYcMSjJzy/u1mH9/vFz+p90KHFoaDQg5uoqOomWpVd0vmaqKLLWcdPUQI5BpryrVac+wYt23M7k1/wi7eKXDYBkpN9xC4sIMg3Q+dPlDf58bSpTJvi+wctwTv0jo5B5NBheQ3kv8u1q75mBnBzLgFaKTc= Received: by 10.114.156.1 with SMTP id d1mr687961wae.1191004029388; Fri, 28 Sep 2007 11:27:09 -0700 (PDT) Received: by 10.140.207.2 with HTTP; Fri, 28 Sep 2007 11:27:09 -0700 (PDT) Message-ID: <64c038660709281127j1df4835bxcbfe4495600fd6d7@mail.gmail.com> Date: Fri, 28 Sep 2007 12:27:09 -0600 From: Modulok To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: File size discrepancies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2007 18:27:12 -0000 I have a file hierarchy of about 18GiB which was copied from a UFS 2 file system one hard disk to a UFS 2 file system on a gmirror array. The size of the two hierarchies differ by 12 bytes according to du(1). No errors were reported by cp(1) during the copy operation. Is this normal, or should I start hunting for corruption? FreeBSD 6.1-RELEASE -Modulok-