From owner-freebsd-questions@FreeBSD.ORG Fri Feb 27 23:32:51 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 B3EB4C27 for ; Fri, 27 Feb 2015 23:32:51 +0000 (UTC) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3EAAFC7B for ; Fri, 27 Feb 2015 23:32:51 +0000 (UTC) Received: by widex7 with SMTP id ex7so3405348wid.1 for ; Fri, 27 Feb 2015 15:32:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ECxRa/UByfESFCAbet+gY+HwVsbDNuYxM22Nzh2RI/s=; b=slcZ/tXqHHjaZDckbUtryqPykSWIen45hQNJw8MGveTFr2wQLQg78LDRxaj+OsmqgI BrQgoSrivtJdxPyZ1e4zJVtzRVRsabRx0QplWAiAKm6S2K8pz49/4DfAXJn8EHJ3bKN5 RKnkaKyKmDeZwUd76LH0hW8zgAjwm2+aaAqqE/OPz0Nq9rIUqtwVReMKB5X5y24EUSgU 5KzYIWztrsCW96HoCOXiVXcQNxag9/MtW+JL3h0w071lgfXcsa2QRmhUKRWo9JXe9kO0 03sJ623sXn3wvpc9fDv8+cpWN5kD58/e1OEKO476p5JA8i6Po2Ff9J00Ip8QYf5UcYBU aumQ== MIME-Version: 1.0 X-Received: by 10.180.184.230 with SMTP id ex6mr11102196wic.73.1425079969815; Fri, 27 Feb 2015 15:32:49 -0800 (PST) Received: by 10.194.239.194 with HTTP; Fri, 27 Feb 2015 15:32:49 -0800 (PST) In-Reply-To: <9107632.xkY3nEPMJS@falbala.rz1.convenimus.net> References: <9107632.xkY3nEPMJS@falbala.rz1.convenimus.net> Date: Sat, 28 Feb 2015 07:32:49 +0800 Message-ID: Subject: Re: Am I too dumb to mount an SD-card? From: Ben Woods To: Christian Baer Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-questions@freebsd.org" 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 23:32:51 -0000 Try following these instructions: http://www.codebuddies.de/2014/03/28/0x0b-howto-mount-a-extfat-filesystem-on-freebsd/ Make sure you have rebooted after editing your /etc/rc.conf Cheers, Ben On Saturday, February 28, 2015, Christian Baer < christian.baer@uni-dortmund.de> 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 " > -- -- From: Benjamin Woods woodsb02@gmail.com