From owner-freebsd-questions@FreeBSD.ORG Sun Mar 1 17:58:39 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 F20D0B61 for ; Sun, 1 Mar 2015 17:58:39 +0000 (UTC) Received: from bs1.fjl.org.uk (bs1.fjl.org.uk [84.45.41.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "bs1.fjl.org.uk", Issuer "bs1.fjl.org.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 73645E1E for ; Sun, 1 Mar 2015 17:58:39 +0000 (UTC) Received: from [192.168.1.35] (host165-120-180-223.range165-120.btcentralplus.com [165.120.180.223]) (authenticated bits=0) by bs1.fjl.org.uk (8.14.4/8.14.4) with ESMTP id t21HgLvq053845 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO) for ; Sun, 1 Mar 2015 17:42:25 GMT (envelope-from freebsd-doc@fjl.co.uk) Message-ID: <54F34F82.2080108@fjl.co.uk> Date: Sun, 01 Mar 2015 17:42:26 +0000 From: Frank Leonhardt User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Am I too dumb to mount an SD-card? References: <9107632.xkY3nEPMJS@falbala.rz1.convenimus.net> In-Reply-To: <9107632.xkY3nEPMJS@falbala.rz1.convenimus.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Mar 2015 17:58:40 -0000 This isn't an answer, but if all the suggestions here fail, I've often found some sanity checking is a good idea. For example, format a card on a PC and see if that reads. Can you dd the card? FAT isn't an absolute standard, and I've found more than one embedded device that has its own idea about what FAT is. Not formatting future cards on the camera may help. Was this one pre-formatted? And there are patent issues. I first came across this with Digital Research GEMDOS, which had a different version of 3.5" drive FAT to that eventually used by Microsoft. Formatting on a PS/2 worked on GEMDOS but the PS/2 wouldn't touch the GEMDOS disks. [Wanders off into the sunset reminiscing...] On 27/02/2015 22:28, Christian Baer wrote: > Hey everyone! > > I decided to give a few pieces of software a spin, so that I could possibly > use FreeBSD for my photo stuff aswell. > > My problem is that I can't mount the SD-card from my camera (Pentax K-3). > It's formatted exFAT (I am guessing) by the camera. > > I stuck the card into the card reader and there is a device there for it to: > > /dev/da1 and /dev/da1s1 > > However, mounting does not work: > > mount.exfat-fuse /dev/da1s1 /mnt/sdcard/ > FUSE exfat 1.0.1 > fuse: failed to open fuse device: No such file or directory > > It seems to be there (last one): > > camcontrol devlist > at scbus0 target 0 lun 0 (ada0,pass0) > at scbus1 target 0 lun 0 (ada1,pass1) > at scbus2 target 0 lun 0 (ada2,pass2) > at scbus6 target 0 lun 0 (pass3,cd0) > at scbus8 target 0 lun 0 (pass4,ses0) > at scbus9 target 0 lun 0 (da0,pass5) > at scbus9 target 0 lun 1 (da1,pass6) > > And it is definately the one with something plugged in... :-) > > kernel: ugen2.3: at usbus2 > kernel: umass0: addr 2> on usbus2 > kernel: umass0: SCSI over Bulk-Only; quirks = 0x4001 > kernel: umass0:9:0:-1: Attached to scbus9 > kernel: da0 at umass-sim0 bus 0 scbus9 target 0 lun 0 > kernel: da0: Removable Direct Access SCSI-0 > device > kernel: da0: 40.000MB/s transfers > kernel: da0: Attempt to query device size failed: NOT READY, Medium not > present > kernel: da0: quirks=0x2 > kernel: da1 at umass-sim0 bus 0 scbus9 target 0 lun 1 > kernel: da1: Removable Direct Access SCSI-0 > device > kernel: da1: 40.000MB/s transfers > kernel: da1: 60906MB (124735488 512 byte sectors: 255H 63S/T 7764C) > kernel: da1: quirks=0x2 > > In some forum I read something about having to start fusefs as a service or > loadable kernel module. However, I could not find a start script for fuse > after installing it nor could I find a klm. > > What piece of the puzzle am I missing (again)? > > Y'all have a good night! :-) > Chris > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"