DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Managing the VxFS filesystem

Extent-based allocation on a VxFS filesystem

An extent is defined as one or more adjacent blocks of data within the filesystem. When storage is added to a file on a VxFS filesystem, it is grouped in extents, as opposed to being allocated a block at a time.

Using extents means that disk I/O to and from a file can be done in units of multiple blocks. This type of I/O can occur if storage is allocated in units of consecutive blocks. For sequential I/O, multiple block operations are considerably faster than block-at-a-time operations. Almost all disk drives accept I/O operations of multiple blocks.


Next topic: Enhanced data integrity on a VxFS filesystem
Previous topic: Fast filesystem recovery for VxFS

© 2007 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 05 June 2007