From owner-freebsd-questions@FreeBSD.ORG Wed Dec 31 13:35:03 2003 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 5C1E916A4CE for ; Wed, 31 Dec 2003 13:35:03 -0800 (PST) Received: from gandalf.eilio.com (gandalf.eilio.com [216.211.130.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 297E943D1F for ; Wed, 31 Dec 2003 13:35:02 -0800 (PST) (envelope-from philip@eilio.com) X-Sender-IP: 216.211.130.9 Received: from gandalf.eilio.com (gandalf.eilio.com [216.211.130.9]) by gandalf.eilio.com (8.12.6/8.12.6) with ESMTP id hBVLZ159076405 for ; Wed, 31 Dec 2003 13:35:02 -0800 (PST) (envelope-from philip@eilio.com) Received: from localhost (philip@localhost)hBVLZ1UP076402 for ; Wed, 31 Dec 2003 13:35:01 -0800 (PST) (envelope-from philip@eilio.com) X-Authentication-Warning: gandalf.eilio.com: philip owned process doing -bs From: Philip Hallstrom To: freebsd-questions@freebsd.org Message-ID: <20031231133008.G69497@gandalf.eilio.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Random complete lockups while writing to compact flash... 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: , Date: Wed, 31 Dec 2003 21:35:03 -0000 X-Original-Date: Wed, 31 Dec 2003 13:35:01 -0800 (PST) X-List-Received-Date: Wed, 31 Dec 2003 21:35:03 -0000 Hi - I have an EBS-1569PS system... http://www.orbitmicro.com/products/embedded%20systems/EBS-1569PS.htm ... that has an onboard compact flash slot. The BIOS sees the card as ad2. It's also got a hard drive in there that I've installed 4.9 on. I'm getting random lockups while writing to that flash card. Here's what I'm doing: fdisk -BI ad2 disklabel -Bw ad2s1 auto disklabel -e ad2s1 (creating a single a partition) newfs /dev/ad2s1a mount /dev/ad2s1a /mnt setenv DESTDIR /mnt cd /path/to/4.9-RELEASE/bin sh install.sh This then copies over all those files onto /mnt. Sometimes it works fine, but most of the time I get a complete lockup somewhere through the process. Never happens at the same file, never happens at the same time (sometimes very early, sometimes very late). No logs. Can't ping. CTRL-ALT-DEL doesn't work. Nothing. I'm going to go buy another flash card and give that a try since maybe I've just got a bad one, but if anyone has any other ideas (like perhaps the computer hardware is just broken when it comes to writing to that flash card) I'd appreciate hearing about it before I tear all my hair out. Thanks! -philip