filesize limit

Michael Cohen michael.cohen at netspeed.com.au
Mon Sep 18 01:53:38 CST 2006


On Sun, Sep 17, 2006 at 08:57:22PM -0400, Zitian Guo wrote:
> When I run a program, I got "filesize too large" error (My output file size is
> too large".  I check the system definition and found the file size is "no
> limit"in my computer.  How to fix this problem?

Depending on your program, you may convince it to write to stdout then just
redirect into a file. This helps if the program opens the file without large
file support compiled in.

Michael.


More information about the linuxsa mailing list