Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2020 11:02:28 +0200
From:      Morten Bo Johansen <listmail@mbjnet.dk>
To:        freebsd-questions@freebsd.org
Subject:   Re: Mounting SD-card in my camera
Message-ID:  <slrnrb7jl4.1b1.listmail@smtp.simply.com>
References:  <slrnranrhp.1aa.listmail@asmtp.unoeuro.com> <DB8PR06MB644286783262BFE3D46EFF17F6AB0@DB8PR06MB6442.eurprd06.prod.outlook.com> <slrnranu5l.2rp.listmail@asmtp.unoeuro.com> <90587ad3-0da9-139d-2192-c2f85fd03453@dreamchaser.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2020-05-01 Gary Aitken wrote:

> Cards <= 32 are formatted with FAT, those greater get ExFAT and
> must be mounted using fuse.
>
> Camera SD cards normally use msdosfs:
>      mount -t msdosfs /dev/da0s1 /mnt
> However...
>    SD cards >32GB are formatted exFAT
>      Need to use fuse to mount:
>        /boot/loader.conf or /boot/loader.conf.local:
>          fuse_load="YES"
>        /etc/rc.conf:
>          fusefs_enable="YES"
>        kldstat should show fuse.ko loaded
>        man mount.exfat-fuse
>        mount.exfat -o ro /dev/da0s1 /mnt
>        unmount normally using umount

Now, I tried your advice. Alas, it makes no difference. Fuse.ko
was also loaded before, but the problem persists to be that
/dev/da0s1 is never created, only /dev/da0 is. Running the
mount.exfat command above on /dev/da0 then yields:

   ~/ % sudo mount.exfat -o ro /dev/da0 /mnt
   FUSE exfat 1.3.0
   ERROR: failed to get size of '/dev/da0'.
   
I also tried gphoto2, but from the "--list-cameras" option I
can see that my camera, a "Panasonic DMC-FZ200" is not
supported.

But after all, I can just use the card reader, then at least I
can access my photos that way.

Thanks,
Morten




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?slrnrb7jl4.1b1.listmail>