lseek: Value too large for defined data type
- From: guru <guru.naveen@xxxxxxxxx>
- Date: Fri, 20 Jul 2007 10:11:20 -0000
Hi All,
I have written 21GB file and updating the file by seeking 1K and
writing 100MB of data consecutively 10240 times. when after writing
2GB(2100 times) of file it was giving
lseek: Value too large for defined data type error.
What is got is the value passed to 'Offset' argument is too large to
handle.
The last return value of seek is '2099270656'
Is there any way to overcome this.
Thanks & Regads
Gururaja
.
- Follow-Ups:
- Re: lseek: Value too large for defined data type
- From: spacecriter \(Bill C\)
- Re: lseek: Value too large for defined data type
- From: Tim Southerwood
- Re: lseek: Value too large for defined data type
- Prev by Date: Re: List of tools for C development in Linux.
- Next by Date: Re: lseek: Value too large for defined data type
- Previous by thread: how to invoke netconsole
- Next by thread: Re: lseek: Value too large for defined data type
- Index(es):
Relevant Pages
|