Search Results

Search: Posts Made By: monkeyking
7,955
Posted By monkeyking
Thanks for all your replies, but it seems that...
Thanks for all your replies,
but it seems that its not possible to use posix read to read files larger than 2.1 gig.
This is according to the uberpenguin linus...
7,955
Posted By monkeyking
Of cause ext3 support larger than 2gig files on a...
Of cause ext3 support larger than 2gig files on a 64bit platform

try
dd if=/dev/zero of=bigfile bs=1024 count=5145728
7,955
Posted By monkeyking
As you can see in the code I supplied size_t...
As you can see in the code I supplied

size_t bytes_expected = fsize(infile);
if ((data =(char *) malloc(bytes_expected)) == NULL)
err(EX_OSERR, "data malloc");
The problem is not related...
7,955
Posted By monkeyking
read() wont allow me to read files larger than 2 gig (on a 64bit)
Hi the following c-code utilizing the 'read()' man 2 read method cant read in files larger that 2gig.
Hi I've found a strange problem on ubuntu64bit, that limits the data you are allowed to allocate...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 07:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy