Penguin

Differences between current version and previous revision of EFBIG.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Wednesday, February 19, 2003 7:19:45 pm by PerryLorier
Older page: version 1 Last edited on Wednesday, February 19, 2003 12:27:34 am by PerryLorier Revert
@@ -1,5 +1,5 @@
 !!!File too large 
  
-Basically you are attempting to access a file which is too large. Now, this has some interesting implications since prior to 2.4 you couldn't access files over 2g in size, and now you can if you use the right version of libc, or if you call the 64 bit versions of the syscalls. So, more or less ok until now, until you realise that if you use a library that isn't linked against the right version of the libc that while your main program can access the files, that library can't. And the mess continues on from there. 
+Basically you are attempting to access a file which is too large. Now, this has some interesting implications since prior to 2.4 you couldn't access files over 2g in size, and now you can if you use the right version of libc, or if you call the 64 bit versions of the syscalls. So, more or less ok until now, until you realise that if you use a library that isn't linked against the right version of the libc that while your main program can access the files, that library can't. And the mess continues on from there. See http://freshmeat.net/articles/view/709/  
  
 So, unless your distro is rather recent, you may have issues with files larger than 2 gigabytes.