[ILUG] linux and large files ..

From: Eoin Verling (everling at domain comnitel.com)
Date: Tue 30 Oct 2001 - 14:20:12 GMT


Hi,

If this has been discussed recently, could someone point me to a rough date and I can search the archives.

I'm having trouble with large files (ie > 2GB), and am trying to figure the best way to sort it. I'm gonna make a few asumptions so correct me where I'm wrong :-

Things I need in order to support large files
* I'm running kernel 2.4.6, which I believe supports large files
* I assume I need libs that can handle large files, I believe that should be glibc >= 2.2
     - How do I check what version of glibc I have?
* And finally, the application I'm trying to manipulate the large file with should be compiled for large files, eg if I want to "gzip" a file, then gzip should be compiled against glibc >= 2.2??

What happens is, I have a piece of 3rd party software that runs a backup every night, it creates a single file and now that file has grown to be larger than 2 GB, so with the result that I get a file of size 2147483648 (the 2GB limit I assume) when I know it should be bigger. This 3rd party software does use it's own precompiled tools (ie tar and gzip) which may not have been compiled for use with large files. I'm just trying to find where the problem occurs, ie is it the kernel? the tool? the library?

cheers
E



This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:12:57 GMT