From owner-freebsd-questions@freebsd.org Fri May 1 10:23:57 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 9CBC72D1D4A for ; Fri, 1 May 2020 10:23:57 +0000 (UTC) (envelope-from freebsd-questions@m.gmane-mx.org) Received: from ciao.gmane.io (ciao.gmane.io [159.69.161.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49D7dT0T1kz4MC9 for ; Fri, 1 May 2020 10:23:56 +0000 (UTC) (envelope-from freebsd-questions@m.gmane-mx.org) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jUSpm-0005qK-DM for freebsd-questions@freebsd.org; Fri, 01 May 2020 12:23:54 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: freebsd-questions@freebsd.org To: freebsd-questions@freebsd.org From: Morten Bo Johansen Subject: Re: Mounting SD-card in my camera Date: Fri, 1 May 2020 12:23:48 +0200 Message-ID: References: Reply-To: mbj@mbjnet.dk User-Agent: slrn/1.0.3 (FreeBSD) Mail-Copies-To: Never X-Rspamd-Queue-Id: 49D7dT0T1kz4MC9 X-Spamd-Bar: / X-Spamd-Result: default: False [-0.07 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[mbj@mbjnet.dk]; NEURAL_HAM_MEDIUM(-0.98)[-0.983,0]; FROM_HAS_DN(0.00)[]; DMARC_POLICY_QUARANTINE(1.50)[mbjnet.dk : SPF not aligned (relaxed), No valid DKIM,quarantine]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; REPLYTO_DOM_EQ_FROM_DOM(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.35)[-0.346,0]; RCVD_TLS_LAST(0.00)[]; IP_SCORE(-0.24)[ip: (0.71), ipnet: 159.69.0.0/16(-0.37), asn: 24940(-1.54), country: DE(-0.02)]; FORGED_SENDER(0.30)[listmail@mbjnet.dk,freebsd-questions@m.gmane-mx.org]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:159.69.0.0/16, country:DE]; FROM_NEQ_ENVFROM(0.00)[listmail@mbjnet.dk,freebsd-questions@m.gmane-mx.org]; RCVD_COUNT_TWO(0.00)[2] 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 10:23:57 -0000 On 2020-05-01 Manish Jain wrote: > Hi Morten, > > 1) It would be useful if you could provide the output of : > `gpart show da0` It says: gpart: No such geom: da0 > 2) Is it possible for you to take the SD card out of the camera, insert > it into a USB SD card reader, and attach the card reader to the system ? Great idea, why didn't I think about that ...;) Yes I can plug the card into a USB card reader and it is automounted with no problem. The device subnode /dev/da0s1 is also created on this occasion. With the card reader the output from gpart is $ gpart show da0 => 63 124735425 da0 MBR (59G) 63 32705 - free - (16M) 32768 124702720 1 ntfs (59G) I just wonder why it does not work with my camera. It works with no problem in Linux. Thanks, Morten