X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "FreeDOSfan" Newsgroups: comp.os.msdos.djgpp Subject: Re: files > 4GB There is always a solution Date: 14 Feb 2005 15:56:32 -0800 Organization: http://groups.google.com Lines: 25 Message-ID: <1108425392.638692.7510@f14g2000cwb.googlegroups.com> References: <91d98ce0 DOT 0502120127 DOT 3bec8ff9 AT posting DOT google DOT com> NNTP-Posting-Host: 217.162.152.238 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1108425398 7157 127.0.0.1 (14 Feb 2005 23:56:38 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 14 Feb 2005 23:56:38 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 Complaints-To: groups-abuse AT google DOT com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=217.162.152.238; posting-account=CO1wow0AAACLVBZWCVVLQkiFiAjxROdy To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 > >I cannot create files larger than 4GB with GCC/DJGPP. > >Is it possible ? There is always a solution. What filesystem do you have ? NTFS ?? Win XP ? :-( :-( 4 GB is a limitation of FAT32, not directly of DJGPP. You will never be able to have files >4GB on FAT32. BUT: - Do you really need so huge files ? Can't you split them (f.ex. pieces of 1GB ?) - If you DEFINITELY NEED FILES >4GB, there would be 2 methods: - A DOS plugin suporting NTFS ( :-( ) or LINUX ( maybe :-) ) partitions, then there would probably be a possibility to work with files >4GB - Bypass DOS, code your own NTFS ( :-( ) or LINUX ( maybe :-) ) structure routines, access the partition by sectors (similar to some disk editors), and your great file manager or what WILL ACCESS NTFS ( :-( ) or LINUX ( maybe :-) ) partitions, it WILL SUPPORT files >4GB, and this using FreeDOS 1.0 without any plugins, and even MS-DOS 6.22 or 5 !!! :-)