Am I too dumb to mount an SD-card?

Christian Baer christian.baer at uni-dortmund.de
Mon Mar 2 21:25:05 UTC 2015


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 at 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 at 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 at falbala:~ # mount.exfat /dev/da1s1 /mnt/sdcard/
FUSE exfat 1.0.1
fuse: failed to open fuse device: No such file or directory

root at falbala:~ # mount.exfat /dev/da1 /mnt/sdcard/
FUSE exfat 1.0.1
ERROR: exFAT file system is not found.

Any ideas?

Regards,
Christian



More information about the freebsd-questions mailing list