From owner-freebsd-questions@freebsd.org Tue Jun 9 02:29:44 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 4B01C3445C4 for ; Tue, 9 Jun 2020 02:29:44 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49gvGG4Kjxz4Gwf for ; Tue, 9 Jun 2020 02:29:42 +0000 (UTC) (envelope-from mail@ozzmosis.com) X-Originating-IP: 167.179.139.56 Received: from blizzard.ozzmosis.com (167-179-139-56.a7b38b.mel.nbn.aussiebb.net [167.179.139.56]) (Authenticated sender: ozzmosis@ozzmosis.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 68DFD20006; Tue, 9 Jun 2020 02:29:39 +0000 (UTC) Received: by blizzard.ozzmosis.com (Postfix, from userid 1001) id 8A55E3829E; Tue, 9 Jun 2020 12:29:34 +1000 (AEST) Date: Tue, 9 Jun 2020 12:29:34 +1000 From: andrew clarke To: Manish Jain Cc: Ralf Mardorf , freebsd-questions@freebsd.org Subject: Re: freebsd vs. netbsd Message-ID: <20200609022934.mklr2sg7lnckea4z@ozzmosis.com> References: <171506d5-19aa-359e-c21d-f07257c52ebd@freenetMail.de> <20200608051434.ca70e5c5.freebsd@edvax.de> <20200608050415.GA92414@geeks.org> <20200608111734.7d18c9dd@archlinux> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20200501 X-Rspamd-Queue-Id: 49gvGG4Kjxz4Gwf X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of mail@ozzmosis.com designates 217.70.183.200 as permitted sender) smtp.mailfrom=mail@ozzmosis.com X-Spamd-Result: default: False [-2.67 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.003]; HAS_XOIP(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+ip4:217.70.183.192/28]; DMARC_NA(0.00)[ozzmosis.com]; NEURAL_HAM_LONG(-1.06)[-1.060]; RCVD_IN_DNSWL_LOW(-0.10)[217.70.183.200:from]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.21)[-0.206]; RWL_MAILSPIKE_POSSIBLE(0.00)[217.70.183.200:from]; FREEMAIL_TO(0.00)[hotmail.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:29169, ipnet:217.70.176.0/20, country:FR]; FREEMAIL_CC(0.00)[rocketmail.com,freebsd.org]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2020 02:29:44 -0000 On 2020-06-08 15:37:00, Manish Jain (bourne.identity@hotmail.com) wrote: > On 2020-06-08 14:47, Ralf Mardorf via freebsd-questions wrote: > > Linux has got amazing real-time capabilities, Android has got no > > real-time capabilities at all. > > Hi Ralf/others, > > Just a quick question. I have in the back of my mind to buy a huge - perhaps > 256 GB - microSD card. > > Does Android support cards formatted NTFS/ext4 ? Or is fat32 the only option > with Android ? exFAT can be used by modern Android devices (and other devices like digital cameras) that support 32+ GB cards. AFAIK brand-name microSD cards larger than 32 GB are always pre-formatted as exFAT. exFAT can be read and written to by all modern OSes: - FreeBSD with the sysutils/fuse-exfat package - Linux with the exFAT FUSE driver, and in the mainline kernel since 5.4 - Mac OS X since 10.6.5 - Microsoft Windows since Vista SP1