X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Date: Fri, 13 May 2016 10:19:36 +0300 Message-Id: <837feya0hj.fsf@gnu.org> From: "Eli Zaretskii (eliz AT gnu DOT org) [via djgpp AT delorie DOT com]" To: djgpp AT delorie DOT com In-reply-to: (djgpp@delorie.com) Subject: Re: Fwd: A few DJGPP libc.a bugs References: <56F8295E DOT 2090401 AT posteo DOT de> <571E403D DOT 8080709 AT iki DOT fi> <571E4A50 DOT 3010806 AT iki DOT fi> <571E8166 DOT 1000103 AT gmx DOT de> <571EE412 DOT 6000005 AT iki DOT fi> <152f7110-7932-a6db-30fd-afccd63822d4 AT iki DOT fi> <83shxpavlp DOT fsf AT gnu DOT org> <83zirvajs4 DOT fsf AT gnu DOT org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Wiktor S. (wswiktorSP AT Mpoczta DOT fm) [via djgpp AT delorie DOT com]" > Date: Fri, 13 May 2016 00:31:27 +0200 > > > E.g., I'm not sure exFAT support SFN as we expect. > > exFAT does not keep 8.3 names on-disk at all. That makes sense, thanks. > I knew this, but I always assumed that the OS would simply generate short > file names on the fly. That's what happens with FAT32 and NTFS volumes, AFAIR. > I just checked that and it appears that this is not the case. > > Non-LFN-aware programs cannot access long file names on exFAT partitions *at > all*. > > The files are not listed. Only files that fit in 8.3 scheme are accessible > by SFN API. So we'd need some way of telling that the file's volume is exFAT. Are there any DOS calls available for that?