From owner-freebsd-current@FreeBSD.ORG Mon Oct 6 11:34:30 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 1C37116A4BF for ; Mon, 6 Oct 2003 11:34:30 -0700 (PDT) Received: from holly.xtaz.co.uk (82-32-29-13.cable.ubr04.azte.blueyonder.co.uk [82.32.29.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id F23CC43F93 for ; Mon, 6 Oct 2003 11:34:28 -0700 (PDT) (envelope-from matt@xtaz.co.uk) Received: from xtaz.co.uk (heather [10.0.0.2]) by holly.xtaz.co.uk (Postfix) with ESMTP id 2C1878FC67; Mon, 6 Oct 2003 19:34:28 +0100 (BST) Message-ID: <3F81B5B3.7010709@xtaz.co.uk> Date: Mon, 06 Oct 2003 19:34:27 +0100 From: Matt User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030928 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ticso@cicely.de References: <3F80973A.6010100@xtaz.co.uk> <20031005223842.A14342@carver.gumbysoft.com> <20031006095025.GR13791@cicely12.cicely.de> <3F81B3DA.9090505@xtaz.co.uk> <20031006183116.GD13791@cicely12.cicely.de> In-Reply-To: <20031006183116.GD13791@cicely12.cicely.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: usb digital camera failure 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, 06 Oct 2003 18:34:30 -0000 Bernd Walter wrote: > On Mon, Oct 06, 2003 at 07:26:34PM +0100, Matt wrote: > >>[root@heather root]# dd if=/dev/da0s1 of=/root/blah bs=512 >>dd: /dev/da0s1: Input/output error >>63646+0 records in >>63646+0 records out >>32586752 bytes transferred in 812.878115 secs (40088 bytes/sec) >>[root@heather root]# mdconfig -a -t vnode -f /root/blah >>md0 >>[root@heather root]# mount /dev/md0 /mnt >>mount: /dev/md0 on /mnt: incorrect super block > > > you want -t msdosfs > > >>[root@heather root]# ls -al blah >>-rw-r--r-- 1 root wheel 32586752 Oct 6 19:22 blah >> >>The dd took a good 10 minutes and was transferring lots of data over the >>link before it gave that i/o error. >> >>So not sure. Is this the problem you have seen before or a new problem? > > > Could be the well known problem, but the IO error doesn't fit. > > >>This camera DID used to work perfectly on freebsd 4.x and -current up >>until recently. > > > Do you have an idea when "recently" was? > [root@heather root]# mdconfig -a -t vnode -f /root/blah md0 [root@heather root]# mount_msdosfs /dev/md0 /mnt [root@heather root]# ls /mnt dcim [root@heather root]# cd /mnt/dcim/100_fuji/ [root@heather 100_fuji]# ls dscf0001.jpg dscf0006.jpg dscf0011.jpg dscf0016.jpg dscf0021.jpg dscf0002.jpg dscf0007.jpg dscf0012.jpg dscf0017.jpg dscf0022.jpg dscf0003.jpg dscf0008.jpg dscf0013.jpg dscf0018.jpg dscf0023.jpg dscf0004.jpg dscf0009.jpg dscf0014.jpg dscf0019.jpg dscf0024.jpg dscf0005.jpg dscf0010.jpg dscf0015.jpg dscf0020.jpg dscf0025.jpg [root@heather 100_fuji]# cp * ~ [root@heather 100_fuji]# Sorry. I've just got home from work. Forgot about msdosfs :) Ok so that seems to work. Matt.