From owner-freebsd-questions@freebsd.org Fri May 1 23:07:36 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 64E002B24F5 for ; Fri, 1 May 2020 23:07:36 +0000 (UTC) (envelope-from chris@monochrome.org) Received: from mail.monochrome.org (static-71-163-255-121.washdc.fios.verizon.net [71.163.255.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail", Issuer "mail" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 49DSZb2dDLz4DtL for ; Fri, 1 May 2020 23:07:34 +0000 (UTC) (envelope-from chris@monochrome.org) Received: from tripel.monochrome.org (tripel.monochrome.org [192.168.1.11]) by mail.monochrome.org (8.15.2/8.15.2) with ESMTP id 041N7Pvu029528; Fri, 1 May 2020 19:07:25 -0400 (EDT) (envelope-from chris@monochrome.org) Date: Fri, 1 May 2020 19:07:25 -0400 (EDT) From: Chris Hill To: Gary Aitken cc: freebsd-questions@freebsd.org Subject: Re: Mounting SD-card in my camera In-Reply-To: <90587ad3-0da9-139d-2192-c2f85fd03453@dreamchaser.org> Message-ID: References: <90587ad3-0da9-139d-2192-c2f85fd03453@dreamchaser.org> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Rspamd-Queue-Id: 49DSZb2dDLz4DtL X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of chris@monochrome.org has no SPF policy when checking 71.163.255.121) smtp.mailfrom=chris@monochrome.org X-Spamd-Result: default: False [1.46 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.38)[-0.378,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[monochrome.org]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.83)[0.825,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:701, ipnet:71.163.0.0/16, country:US]; RCVD_COUNT_TWO(0.00)[2]; IP_SCORE(0.11)[asn: 701(0.61), country: US(-0.05)] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2020 23:07:36 -0000 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. [snip] -- Chris Hill chris@monochrome.org