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=-1.4 required=5.0 tests=BAYES_40,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Date: Wed, 11 May 2016 10:42:58 +0300 Message-Id: <83shxpavlp.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> 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: Tue, 10 May 2016 21:36:37 +0200 > > > Well that exFAT support suffers under WIn10 Home 32 bit from the same > > bug as NTFS, which makes it not very useful for DJGPP. > > > > DJGPP seems to be unable to open files on drives different from C: > > and formatted as NTFS or exFAT when LFN is required. > > > I have bad news. This also happens in XP on exFAT partitions. > (one of course needs an update for XP to access exFAT) > > ======== > C:\>type g:\longfilename.txt > it works > > C:\>cat g:\longfilename.txt > c:/dj/bin/cat.exe: g:\longfilename.txt: Permission denied (EACCES) Can you debug the libc functions involved and see which one of them fails?