[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Partition sizes



Am Sa, 21.08.2010, 14:42 schrieb Peter Slegg:

> You are right this is potentially a never ending problem as files get
> bigger and bigger. How long would a fix now last ? What happens when
> someone wants to create a Terabyte file ?
>
> Is there a solution that will allow the creation of very large files that
> are actually stored as 1GB chunks ?
>
> Peter
>

What about the system calls Fstat64() and Fseek64() ? Mint 1.15 changelog
say they where introduced... if that's working, you just need apps that
call these functions instead of the old ones. Maybe I'm wrong and these
system calls can not be used for filesystem files???