From owner-freebsd-questions@FreeBSD.ORG Fri Feb 27 22:28:42 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 5128BF8F for ; Fri, 27 Feb 2015 22:28:42 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D1D2373 for ; Fri, 27 Feb 2015 22:28:41 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YRTOg-0007eD-9V for freebsd-questions@freebsd.org; Fri, 27 Feb 2015 23:28:38 +0100 Received: from p4fddd7aa.dip0.t-ipconnect.de ([79.221.215.170]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Feb 2015 23:28:38 +0100 Received: from christian.baer by p4fddd7aa.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Feb 2015 23:28:38 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Christian Baer Subject: Am I too dumb to mount an SD-card? Date: Fri, 27 Feb 2015 23:28:24 +0100 Lines: 58 Message-ID: <9107632.xkY3nEPMJS@falbala.rz1.convenimus.net> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p4fddd7aa.dip0.t-ipconnect.de User-Agent: KNode/4.14.2 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: Fri, 27 Feb 2015 22:28:42 -0000 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: 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