From owner-freebsd-questions@FreeBSD.ORG Tue Apr 14 21:09:11 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31DC15E5 for ; Tue, 14 Apr 2015 21:09:11 +0000 (UTC) Received: from mailrelay9.public.one.com (mailrelay9.public.one.com [195.47.247.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A162C0 for ; Tue, 14 Apr 2015 21:09:09 +0000 (UTC) X-HalOne-Cookie: bc68e9f5ff88c08ed5d8fa2fa90c1da2b6f3668d X-HalOne-ID: 52f0c3ba-e2ea-11e4-8e3f-b82a72d03b9b DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=diamondbox.dk; s=20140924; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=aNFgcFc/OB/U0Ua0/xw+uDpu52e6GbdoeK7mnQPcnzw=; b=UJZQ6fUtHbGlkAy4yPzGyAfeoB4je6SqFFNp+QRk8JImcZQOc6foUovgUAbKFZ127VJrSG/SDNBUK oxJqhO31NQZJ854LXTqA4oO/gyChBb4PUhuadGyMIKfkqEwt8JiJZZb7Gn2/+7lsedCGQw6i8DBZhS ZVWKN+haYtthmgH8= Received: from diamond.diamondbox.dk (unknown [212.242.182.205]) by smtpfilter2.public.one.com (Halon Mail Gateway) with ESMTPSA; Tue, 14 Apr 2015 21:07:56 +0000 (GMT) Message-ID: <552D81A8.5080002@diamondbox.dk> Date: Tue, 14 Apr 2015 23:07:52 +0200 From: Nikolaj Thygesen Organization: diamondbox.dk User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: "William A. Mahaffey III" CC: "FreeBSD Questions !!!!" Subject: Re: Access my digital camera via USB References: <552D6F7F.3060908@hiwaay.net> <552D7B2D.3080805@hiwaay.net> In-Reply-To: <552D7B2D.3080805@hiwaay.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 21:09:11 -0000 I had a similar problem with my Lumix, and the reason was FAT32 (I think - it's been a while) on the flash card. Do you know for sure which fs is used? N :o) On 04/14/2015 22:39, William A. Mahaffey III wrote: > On 04/14/15 15:27, Chris Hill wrote: >> On Tue, 14 Apr 2015, William A. Mahaffey III wrote: >> >>> I am trying to get some photos off of my digital camera via USB >>> cable. WHen I plug it in, I get the following in my messages file: >>> >>> >>> Apr 14 14:44:44 kabini1 kernel: ugen3.2: at usbus3 >>> Apr 14 14:44:44 kabini1 kernel: umass0: >> Camera, class 0/0, rev 2.00/0.00, addr 2> on usbus3 >>> Apr 14 14:44:44 kabini1 kernel: umass0: 8070i (ATAPI) over >>> Bulk-Only; quirks = 0x4100 >>> Apr 14 14:44:44 kabini1 kernel: umass0:4:0:-1: Attached to scbus4 >>> Apr 14 14:44:44 kabini1 kernel: da0 at umass-sim0 bus 0 scbus4 >>> target 0 lun 0 >>> Apr 14 14:44:44 kabini1 kernel: da0: >>> Removable Direct Access SCSI-0 device >>> Apr 14 14:44:44 kabini1 kernel: da0: Serial Number E00000000002 >>> Apr 14 14:44:44 kabini1 kernel: da0: 40.000MB/s transfers >>> Apr 14 14:44:44 kabini1 kernel: da0: 2909MB (5959296 512 byte >>> sectors: 255H 63S/T 370C) >>> Apr 14 14:44:44 kabini1 kernel: da0: quirks=0x2 >>> Apr 14 14:44:44 kabini1 kernel: GEOM_PART: integrity check failed >>> (da0, MBR) >>> >>> >>> How do I mount this to access the data, there are (apparently) no >>> mountable partitions .... TIA. >>