From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!feeder.erje.net!feeder.news-service.com!feeder3.cambriumusenet.nl!feed.tweaknews.nl!195.238.0.231.MISMATCH!news.skynet.be!195.238.0.222.MISMATCH!newsspl501.isp.belgacom.be!tjb!not-for-mail Date: Tue, 26 May 2009 07:14:58 +0200 From: Olivier Scalbert User-Agent: Thunderbird 2.0.0.21 (X11/20090409) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Large files on 32 and 64 bits ystem References: <4a1aedda$0$2855$ba620e4c@news.skynet.be> <93b17897-d40d-4c96-84a2-f0221a71843e@s28g2000vbp.googlegroups.com> In-Reply-To: <93b17897-d40d-4c96-84a2-f0221a71843e@s28g2000vbp.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <4a1b7ad2$0$2870$ba620e4c@news.skynet.be> Organization: -= Belgacom Usenet Service =- NNTP-Posting-Host: 08edd5ac.news.skynet.be X-Trace: 1243314898 news.skynet.be 2870 87.65.154.46:32825 X-Complaints-To: usenet-abuse@skynet.be Xref: g2news2.google.com comp.lang.ada:6013 Date: 2009-05-26T07:14:58+02:00 List-Id: Ludovic Brenta wrote: > That line indicates that the GNAT run-time library delegates the write > to fwrite(3), so your question really boils down to whether the C run- > time library has support for large files or not. What filesystem type > do you use on your machines? (I use XFS which supports files up to 8 > exabytes :) ) I use ext3. Olivier