From owner-freebsd-questions@FreeBSD.ORG Fri Jul 9 15:56:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E437C16A4CE for ; Fri, 9 Jul 2004 15:56:17 +0000 (GMT) Received: from durandal.jeannot.org (durandal.jeannot.org [80.65.225.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2DE543D2F for ; Fri, 9 Jul 2004 15:56:16 +0000 (GMT) (envelope-from js@jeannot.org) Received: from [127.0.0.1] (localhost [127.0.0.1])i69FuF8m057505 for ; Fri, 9 Jul 2004 17:56:15 +0200 (CEST) (envelope-from js@jeannot.org) Message-ID: <40EEC01F.8030405@jeannot.org> Date: Fri, 09 Jul 2004 17:56:15 +0200 From: Jean-Sebastien Roy User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040703) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Silent errors when reading CDs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2004 15:56:18 -0000 Hi ! I'm currently using FreeBSD 4.10 on an HP D530 SFF. The system is perfectly stable except for the following problem I'm unable to understand : When I mount a cdrom (mount /cdrom), then calculate the MD5 hash of a big file on a CD (md5 /cdrom/bigfile), the results are often random: unmounting, mounting again and calculating again the MD5 often result in a different value. What disturb me the most is that absolutely no errors are reported in any log (no read errors for example). I thought the CDROM reader, a LITE-ON LTR-48327S PQS3, was the culprit, so I replaced it with a PLEXTOR DVDR PX-712A and got the exact same results (i.e. random MD5 values). I checked the RAM using memtest and got no errors. The problem does not occur for files on the harddisk. hw.ata.atapi_dma is set since both drives support it and it seems to be required for proper CD/DVD burning. The CD drive is the master on its own ATA bus. Could someone provide me a hint on what to check next or how to fix this problem ? Thank you very much in advance, Regards, Jean-Sebastien