Date: Fri, 1 May 2020 23:03:29 -0600 From: Gary Aitken <freebsd@dreamchaser.org> To: Chris Hill <chris@monochrome.org> Cc: freebsd-questions@freebsd.org Subject: Re: Mounting SD-card in my camera Message-ID: <4521fa81-a767-6dbd-564d-5fb9688b8dfa@dreamchaser.org> In-Reply-To: <alpine.BSF.2.20.2005011858310.19907@tripel.monochrome.org> 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> <alpine.BSF.2.20.2005011858310.19907@tripel.monochrome.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 5/1/20 5:07 PM, Chris Hill wrote: > On Fri, 1 May 2020, Gary Aitken wrote: >> On 5/1/20 4:23 AM, Morten Bo Johansen via freebsd-questions wrote: > [snip] >>> I just wonder why it does not work with my camera. It works with >>> no problem in Linux. >> >> Cards <= 32 are formatted with FAT, those greater get ExFAT and >> must be mounted using fuse. > > Maybe so for Morten's camera, but it's not universally true. I have > put FAT32 and ufs filesystems on SD cards larger than 32G. > > I believe "modern" digital cameras are designed to use PTP, which > means using something along the lines of gphoto. It could be that > Morten's Linux distribution comes with a PTP client. I can't speak to universality, or modern. My Olympus EM1-MkII creates exFat for cards >32G, and won't use a card with a FAT32 > 32G. Windows generally won't format a >32G card with FAT32, and uses exFAT for that; maybe because of the FAT32 4G limit on file size. I think I saw something about it is *possible* to do a big FAT32 format on windows but it requires something other than the default; the default only gives a choice of exFAT or NTFS. In my (limited) experience the whole thing is quite a can of worms. My experience is that to be safe one probably wants something compatible with what win10 does. As others have pointed out in other threads, it's probably best to format a camera card in the camera. Assuming the camera formats cards >32G with exFAT, one would need to use fusefs.exfat to mount them on fbsd; or at least that was my takeaway after a lot of struggling. Thanks for the PTP reference. It's unclear to me how to get gphoto2 to work, even though the cameras page says it supports my camera. When plugged into a USB port and turned on, the camera shows options of: Storage, MTP, PC RAW, <glyph of computer to camera>, Print, PCM Recorder, Exit I tried Storage, MTP, PC RAW, and <glyph ...> each with "gphoto2 --auto-detect" and gphoto2 never found it. Will try to get something from the gphoto mailing list. Gary
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4521fa81-a767-6dbd-564d-5fb9688b8dfa>