From owner-freebsd-questions@FreeBSD.ORG Mon Mar 2 21:25:05 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 DCF9C6D3 for ; Mon, 2 Mar 2015 21:25:05 +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 96DEA999 for ; Mon, 2 Mar 2015 21:25:05 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YSXpn-0008FZ-32 for freebsd-questions@freebsd.org; Mon, 02 Mar 2015 22:25:03 +0100 Received: from p5b020002.dip0.t-ipconnect.de ([91.2.0.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Mar 2015 22:25:03 +0100 Received: from christian.baer by p5b020002.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Mar 2015 22:25:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Christian Baer Subject: Re: Am I too dumb to mount an SD-card? Date: Mon, 02 Mar 2015 22:15:33 +0100 Lines: 35 Message-ID: <1889056.6vMFPBSPIK@falbala.rz1.convenimus.net> References: <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: p5b020002.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: Mon, 02 Mar 2015 21:25:05 -0000 Ben Woods wrote: > 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 This was actually my main inspiration. I followed those instructions. This is the result: root@falbala:~ # 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) root@falbala:~ # ls -la /dev/da* crw-r----- 1 root operator 0xc3 Mar 2 22:59 /dev/da0 crw-r----- 1 root operator 0xc4 Mar 2 22:59 /dev/da1 crw-r----- 1 root operator 0xc5 Mar 2 22:59 /dev/da1s1 root@falbala:~ # mount.exfat /dev/da1s1 /mnt/sdcard/ FUSE exfat 1.0.1 fuse: failed to open fuse device: No such file or directory root@falbala:~ # mount.exfat /dev/da1 /mnt/sdcard/ FUSE exfat 1.0.1 ERROR: exFAT file system is not found. Any ideas? Regards, Christian