From owner-freebsd-questions@FreeBSD.ORG Tue Apr 14 20:22:17 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE08575B for ; Tue, 14 Apr 2015 20:22:17 +0000 (UTC) Received: from mail.monochrome.org (e.febed1.client.atlantech.net [209.190.254.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail", Issuer "mail" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 64F11BA2 for ; Tue, 14 Apr 2015 20:22:16 +0000 (UTC) Received: from [192.168.1.11] (tripel [192.168.1.11]) by mail.monochrome.org (8.14.9/8.14.9) with ESMTP id t3EKL1sL008741 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 14 Apr 2015 16:21:01 -0400 (EDT) (envelope-from chris@monochrome.org) Date: Tue, 14 Apr 2015 16:21:44 -0400 (EDT) From: Chris Hill To: "William A. Mahaffey III" cc: FreeBSD Questions !!!! Subject: Re: Access my digital camera via USB In-Reply-To: <552D6F7F.3060908@hiwaay.net> Message-ID: References: <552D6F7F.3060908@hiwaay.net> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed 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 20:22:17 -0000 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: 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. I would do this: ls /dev | grep ^da ...before and after plugging in the camera, and see what's changed. If you see that (for example) /dev/da0 has appeared, try mounting it. Bear in mind that it may well be msdosfs. If that fails, you may need to use gphoto or some such. Personally I use gtkam. Of course it could also be that your camera's SD card is on the way out. Speaking of which, you could also try removing the SD (or whatever it is) card from the camera and mounting via a USB card reader. HTH. -- Chris Hill chris@monochrome.org ** [ Busy Expunging ]