answersLogoWhite

0


Best Answer

As described here, the smallest unit of space on the hard disk that any software can access is the sector, which contains 512 bytes. It is possible to have an allocation system for the disk where each file is assigned as many individual sectors as it needs. For example, a 1 MB file would require approximately 2,048 individual sectors to store its data. Under the FAT file system (and in fact, most file systems) individual sectors are not used. There are several performance reasons for this. It can get cumbersome to manage the disk when files are broken into 512-byte pieces. A 2 GB disk volume using 512 byte sectors managed individually would contain over 4 million individual sectors, and keeping track of this many pieces of information is time- and resource-consuming. Some operating systems do allocate space to files by the sector, but they require some advanced intelligence to do this properly. FAT was designed many years ago and is a simple file system, and is not capable of managing individual sectors. What FAT does instead is to group sectors into larger blocks that are called clusters, or allocation units. The cluster size is determined primarily by the size of the disk volume: generally speaking, larger volumes use larger cluster sizes. For hard disk volumes, each cluster ranges in size from 4 sectors (2,048 bytes) to 64 sectors (32,768 bytes). Floppy disks use much smaller clusters, and in some cases use a cluster of size of just 1 sector. The sectors in a cluster are continuous, so each cluster is a continuous block of space on the disk. Cluster sizing (and hence partition or volume size, since they are directly related) has an important impact on performance and disk utilization. The cluster size is determined when the disk volume is partitioned. Certain utilities (like Partition Magic) can alter the cluster size of an existing partition (within limits) but for the mostpart, once the partition size is selected it is fixed. Every file must be allocated an integer number of clusters--a cluster is the smallest unit of disk space that can be allocated to a file, which is why clusters are often called allocation units. This means that if a volume uses clusters that contain 8,192 bytes, an 8,000 byte file uses one cluster (8,192 bytes on the disk) but a 9,000 byte file uses two clusters (16,384 bytes on the disk). This is why cluster size is so important in making sure you maximize the efficient use of the disk--larger cluster sizes result in more wasted space. answer courtesy of: storageview.com (author Charles M. Kozierok)Author

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What exactly is a cluster as a unit of computer disk space?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is wasted space on a drive is called?

I think its slack if your in ITC 291slack space definition - computerThe space between the end of a file and the end of the disk cluster it is stored in. Also called "file slack," it occurs naturally because data rarely fill fixed storage locations exactly, and residual data occur when a smaller file is written into the same cluster as a previous larger file. In computer forensics, slack space is examined because it may contain meaningful data. See computer forensics and free space.


Smallest unit of space allocated to a file?

A cluster is the smallest unit of disk space that can be allocated to a file


Explain and give example of a kilobyte?

An amount of computer memory, disk space, or document size. 1 Kilobyte is exactly 1024 bytes.


What takes up less disk space on the computer?

Compressed files are used to save disk space.


What is the name where your file live in the computer?

Disk space


Is the smallest unit of space on a disk for storing a file and is made up of one or more sectors?

cluster


Do shortcuts on your computer take up disk space on your computer?

Yes, but an insignificant amount.


What are the advantages and disadvantages of having a small number of sectors per disk cluster?

The advantage with a smaller number of sectors per cluster, is that you get more efficient usage (less wasted space) on the disk. The disadvantage is that the disk directory (or FAT) gets very large and may slow things down


Which failover cluster model does not use a witness disk?

The Majority Node Set Cluster Network as a Failover cluster model does not use a witness disk.


Why is my disk space filling automatically?

Check that if your computer is affected by worm


Is a nebula found in a spherical halo that surrounds the galaxys spiral disk or along a spiral disk or interstellar space?

A nebula is found in interstellar space.Globular cluster is the one found in a spherical halo that surrounds a spiral galaxy and open cluster is the one usually found along a galaxy's spiral disk.


Why doesn't space free up after you clean up disk on computer?

If by "Cleaning up" you mean "deleting data" then space Will free up.Defragging or "Checking Disk" will not create free space.