Re: [OT] files/dir on windoze
- Posted by irv mullins <irvm at ellijay.com> Jul 11, 2004
- 599 views
Kat wrote: > This all makes sense, except for one thing: i was topping out at a little over > > 14,000 files per directory. This happened 2 times, but not on *exactly* the > same number of files, crashing the two separate programs, at which point i > modified all the programs to sort to multiple directories, resulting in 1000's > of > directories, with 100's of files in each. All these files are on the small > side, > only 1000 bytes. Even a 1 byte file takes up quite a bit of space, but I don't think you were running out of disk space, just out of long file name tables (or whatever scheme is used to store LFN's). > Win95B, LFN, 2nd 15gig partition on a 30gig drive, 10.5gig free, FAT32, > using exw40.exe (registered) (a few winapi calls, dos32 gui and file calls > otherwise). The options seem to be: 1. Use XP or NT 2. split up the files into different directories, that's probably a hassle. 3. find some way to use only 8.3 filenames 4. Use Linux. Irv