>Does the filesystem support > 2GB files in the first place? Yes, the system does support > 2GB file size. If open() fails, I exit the program with an output statement that the file can not be opened. When I try using a < 2GB file, the program continues. And it fails when I use a > 2GB file. Cristian