SD card formatting

Polytropon freebsd at edvax.de
Tue Mar 17 16:48:41 UTC 2020


On Tue, 17 Mar 2020 10:38:06 -0600, Gary Aitken wrote:
> hmmm, strange.
> I did a pkg install of autoconf and automake and they installed ok,
> was then able to make both fusefs-exfat and exfat-utils.
> 
> Attempting to mount a known good card formatted in the camera:
> 
> # mount.exfat -d -o ro /dev/da0s1 /mnt/memstick
> FUSE exfat 1.2.8
> fuse: failed to open fuse device: No such file or directory
> 
> grrr.
> 
> # dumpexfat /dev/da0s1
> Volume label
> Volume serial number      0x50478f5b
> FS version                       1.0
> Sector size                      512
> Cluster size                  131072
> Sectors count              124702720
> Free sectors                31074560
> Clusters count                486992
> Free clusters                 121385
> First sector                   32768
> FAT first sector               16384
> FAT sectors count              16384
> First cluster sector           32768
> Root directory cluster             4
> Volume state                  0x0000
> FATs count                         1
> Drive number                    0x80
> Allocated space                 255%
> 
> I don't understand the "No such file or directory" error, given that
> dumpexfat found it.
> I also don't understand the allocated space number...

You need to enable FUSE functionality in /boot/loader.conf:

	fuse_enable="YES"

And in /etc/rc.conf:

	fusefs_enable="YES"

The "No such file or directory" probably refers to something
missing for FUSE to work.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...


More information about the freebsd-questions mailing list