From owner-freebsd-current@FreeBSD.ORG Mon Nov 10 01:02:37 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7DFD16A4CE for ; Mon, 10 Nov 2003 01:02:37 -0800 (PST) Received: from mail1.tpgi.com.au (mail.tpgi.com.au [203.12.160.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17BA743FF5 for ; Mon, 10 Nov 2003 01:02:36 -0800 (PST) (envelope-from agh@tpg.com.au) Received: from 192.168.0.2 (220-244-72-6.tpgi.com.au [220.244.72.6]) by mail1.tpgi.com.au (8.11.6/8.11.6) with ESMTP id hAA92Yl32114 for ; Mon, 10 Nov 2003 20:02:34 +1100 From: "Alastair G. Hogge" To: freebsd-current@FreeBSD.ORG Date: Mon, 10 Nov 2003 20:02:44 +1100 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200311102002.44260.agh@tpg.com.au> Subject: vm_fault on umass transfers X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2003 09:02:38 -0000 Hello, I've had an Olympus camera which I've been able to access under -CURRENT for some time until recently. I can mount_msdosfs the device (da0s1) OK, but when I try to copy or move files from the device to my hard disk drive I get the following kernel message: panic: mv_fault: fault on nofault entry, addr: dc346000 And then the system will start to shutdown and sync disks. Unfortunately I've been unable to boot with a generic kernel at this stage to see if there would be more information spat out. Thanks in advance -Al