Share on Facebook Share on Twitter Email
Answers.com

Data cluster

 
Sci-Tech Dictionary: lost cluster
(′löst ′kləs·tər)

(computer science) Disk records that are not associated with a file name in a disk directory.


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics

Disk records that have lost their identification with a file name. This can happen if a file is not closed properly, which can sometimes occur if the computer is turned off without quitting the application first. See DOS Chkdsk.

Download Computer Desktop Encyclopedia to your iPhone/iTouch

Wikipedia: Data cluster
Top
Disk structure:
(A) track
(B) geometrical sector
(C) track sector
(D) cluster

In computer file systems, a cluster is the unit of disk space allocation for files and directories. To reduce the overhead of managing on-disk data structures, the filesystem does not allocate individual disk sectors, but contiguous groups of sectors, called clusters.

On a disk that uses 512-byte sectors, a 512-byte cluster contains one sector, whereas a 4-kibibyte (KiB) cluster contains eight sectors.

A cluster is the smallest logical amount of disk space that can be allocated to hold a file. Storing small files on a filesystem with large clusters will therefore waste disk space; such wasted disk space is called slack space. For cluster sizes which are small versus the average file size, the wasted space per file will be statistically about half of the cluster size; for large cluster sizes, the wasted space will become greater. However, a larger cluster size reduces bookkeeping overhead and fragmentation, which may improve reading and writing speed overall. Typical cluster sizes range from 1 sector (512 B) to 128 sectors (64 KiB).

A cluster need not be physically contiguous on the disk; it may span more than one track or, if sector interleaving is used, may even be discontiguous within a track. This should not be confused with fragmentation, as the sectors are still logically contiguous.

See also

External links

Sectors and Clusters


 
 

 

Copyrights:

Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved.  Read more
Computer Desktop Encyclopedia. THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2009 Computer Language Company Inc.  All rights reserved.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Data cluster" Read more