<p dir="ltr">Microsoft's exFAT is not royalty-free.  Distributers of devices pay Microsoft.  Microsoft still owns submarine patents on exFAT.  We old-timers have been down that road before.  It is true Microsoft published the specification in 2019 and SDXC flash device organization standardizes on it.</p>
<p dir="ltr">It would be better to support FAT+ draft 2.  (See Wikipedia on FAT ref. 34).  FAT+ simply uses 38 bits for file size so up to 256 GiB is supported.  The existing PCFS should be modified to at least be FAT+ aware.  DR-DOS and FDOS support FAT+.</p>
<p dir="ltr">Neither exFAT nor FAT+ provide journaling.  Microsoft's patents expired on FAT32 and VFAT Long File Names.  That is why exFAT 64 bit file size support now exists.  Just a useless waste of resources.</p>
<br><div class="gmail_quote"><div dir="ltr">On 4:58AM, Tue, Dec 14, 2021 Jean-Pierre André <<a href="mailto:jean-pierre.andre@wanadoo.fr">jean-pierre.andre@wanadoo.fr</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have been trying to package for OpenIndiana a driver and utilities<br>
developed by Andrew Nayenko and licensed as GPL2 for the exFAT file<br>
system promoted by Microsoft as a replacement for FAT.<br>
<br>
The packaging went fine locally (by gmake publish), but the pull<br>
request check fails on :<br>
<br>
aclocal: error: aclocal: file '/usr/share/aclocal/wxwin.m4' does not exist<br>
(see <a href="https://github.com/OpenIndiana/oi-userland/pull/7389" rel="noreferrer noreferrer" target="_blank">https://github.com/OpenIndiana/oi-userland/pull/7389</a>)<br>
<br>
I have no idea of what triggers this, and as this does not occur<br>
locally, I cannot make my own tries. I suspect having a difference of<br>
versions in my autotools (fully updated). I also suspected the use of<br>
the deprecated macro AC_PROG_CC_C99 had something do do with that,<br>
but removing it does not bring any change.<br>
<br>
I am at a loss over what else I could try, so I am giving up until<br>
somebody points me at what I am doing wrong.<br>
<br>
Jean-Pierre<br>
<br>
<br>
_______________________________________________<br>
oi-dev mailing list<br>
<a href="mailto:oi-dev@openindiana.org" target="_blank" rel="noreferrer">oi-dev@openindiana.org</a><br>
<a href="https://openindiana.org/mailman/listinfo/oi-dev" rel="noreferrer noreferrer" target="_blank">https://openindiana.org/mailman/listinfo/oi-dev</a><br>
</blockquote></div>