X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Wed, 24 Feb 2010 14:25:30 +1000 From: Jason Hood User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Open large file gives EACCES References: <4b81d0d6 DOT 370946015 AT localhost> In-Reply-To: <4b81d0d6.370946015@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: $$5ennll$tgnwk9.news.x-privat.org Message-ID: <4b84aa4a@news.x-privat.org> Organization: X-Privat.Org NNTP Server - http://www.x-privat.org Lines: 10 X-Authenticated-User: $$np02fmijtvj-bfao$k3 X-Complaints-To: abuse AT x-privat DOT org Bytes: 1241 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On 22/02/2010 10:51, Scott wrote: > Using DJGPP (2.03, GCC 3.3.3 dated 16-Feb-2004, LIBC dated 24-Dec-2001) in a > WinXP command shell. > > Trying to fopen a large (8Gb) file in "rb" mode, I get a fail with EACCES, I suspect it's XP itself denying the open, like what it does when you to try to start a DOS program in a really long path. Jason.