Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Mar 2015 22:15:33 +0100
From:      Christian Baer <christian.baer@uni-dortmund.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: Am I too dumb to mount an SD-card?
Message-ID:  <1889056.6vMFPBSPIK@falbala.rz1.convenimus.net>
References:  <9107632.xkY3nEPMJS@falbala.rz1.convenimus.net> <CAOc73CAeh6mwK-EY=qZo7Kyx-sEf96-Fbz-89GYE=c4jmuO8Hg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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
<WDC WD6401AALS-00L3B2 01.03B01>   at scbus0 target 0 lun 0 (ada0,pass0)
<Hitachi HDS721075KLA330 GK8OAB0A>  at scbus1 target 0 lun 0 (ada1,pass1)
<Samsung SSD 840 PRO Series DXM06B0Q>  at scbus2 target 0 lun 0 (ada2,pass2)
<PIONEER BD-RW   BDR-209D 1.10>    at scbus6 target 0 lun 0 (pass3,cd0)
<AHCI SGPIO Enclosure 1.00 0001>   at scbus8 target 0 lun 0 (pass4,ses0)
<Generic- Compact Flash 1.01>      at scbus9 target 0 lun 0 (da0,pass5)
<Multiple Flash Reader 1.05>       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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1889056.6vMFPBSPIK>