R: [uClinux-dev] Problems with 2GB FAT16 SD/CF cards - resolved

2008-06-26 Thread Tarani, Andrea
Warning!! The problem is not in busybox but in the uClibc. When you call the readdir routine the routine alloc a buffer up to the size of file system block (up 64kb for nfs mounted directory). In the __getdents (int fd, char *buf, size_t nbytes) routine, a temporary buffer of that size is

Re: R: [uClinux-dev] Problems with 2GB FAT16 SD/CF cards - resolved

2008-06-26 Thread Greg Ungerer
Hi Andrea, Tarani, Andrea wrote: Warning!! The problem is not in busybox but in the uClibc. When you call the readdir routine the routine alloc a buffer up to the size of file system block (up 64kb for nfs mounted directory). In the __getdents (int fd, char *buf, size_t nbytes) routine, a

R: R: [uClinux-dev] Problems with 2GB FAT16 SD/CF cards - resolved

2008-06-26 Thread Tarani, Andrea
This are my patch bud I don't see if this is the best way to correct it -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Greg Ungerer Inviato: giovedì 26 giugno 2008 16.35 A: uClinux development list Oggetto: Re: R: [uClinux-dev] Problems with 2GB