Help please: 2GB limit on file size# Unix - 噫吁兮,危乎高哉
V*y
1 楼
Hello everyone,
I encountered a 2GB limit file size problem recently. The OS is solaris 9,
according to the references I read, it should support writing to files > 2GB.
But somehow when I tried to write to a file > 2GB in my program written in
C++, the system gave me a bus error. However, I tried to concatenate two files
each with a size slightly < 2GB, it worked. I mean suppose I have two files,
file1 and file2. I issued the following command:
cat file1 file2 > newfile
And the newfile was creat
I encountered a 2GB limit file size problem recently. The OS is solaris 9,
according to the references I read, it should support writing to files > 2GB.
But somehow when I tried to write to a file > 2GB in my program written in
C++, the system gave me a bus error. However, I tried to concatenate two files
each with a size slightly < 2GB, it worked. I mean suppose I have two files,
file1 and file2. I issued the following command:
cat file1 file2 > newfile
And the newfile was creat