On Tue, Nov 28, 2000 at 12:38:37AM -0500, Tom Lane wrote: > Not sure about the wild-and-wooly world of Linux filesystems... > anybody know what the allocation unit is on the popular Linux FSes? It rather depends on the filesystem. Current ext2 (the most common) systems default to 1K on small partitions and 4K otherwise. IIRC, reiserfs uses 4K blocks in a tree structure that includes tail merging which makes the question of block size tricky. Linux 2.3.x passes all file I/O through its page cache, which deals in 4K pages on most 32-bit architectures. -- Bruce Guenter <[EMAIL PROTECTED]> http://em.ca/~bruceg/
- Re: [HACKERS] 8192 BLCKSZ ? Mitch Vincent
- RE: [HACKERS] 8192 BLCKSZ ? Christopher Kings-Lynne
- Re: [HACKERS] 8192 BLCKSZ ? Mitch Vincent
- Re: [HACKERS] 8192 BLCKSZ ? Bruce Momjian
- Re: [HACKERS] 8192 BLCKSZ ? Don Baccus
- Re: [HACKERS] 8192 BLCKSZ ? Bruce Momjian
- Re: [HACKERS] 8192 BLCKS... Don Baccus
- Re: [HACKERS] 8192 BLCKS... Bruce Momjian
- Re: [HACKERS] 8192 BLCKSZ ? Nathan Myers
- Re: [HACKERS] 8192 BLCKSZ ? Tom Lane
- Re: [HACKERS] 8192 BLCKSZ ? Bruce Guenter
- Re: [HACKERS] 8192 BLCKSZ ? Nathan Myers
- Re: [HACKERS] 8192 BLCKSZ ? Tom Lane
- Re: [HACKERS] 8192 BLCKSZ ? Nathan Myers
- Re: [HACKERS] 8192 BLCKSZ ? Matthew Kirkwood
- Re: [HACKERS] 8192 BLCKSZ ? Tom Samplonius