Allocation group
From HandWiki
Revision as of 07:12, 5 August 2021 by imported>PolicyEnforcerIA (attribution)
An AG or allocation group is a subvolume in a file system which maintains its own track of free blocks and file data.
This makes simultaneous file operations possible; only one write can happen to an AG at any time, but multiple operations can be performed on the file system, each happening in a different AG. In SMP systems, multiple CPUs can write to different AGs, enabling physically concurrent disk operations on a single file system. (Hard disks can only do one thing at a time. However, file systems can span hard disks in various ways (RAID stripe, volume management etc.).
Used by these file systems:
This article does not cite any external source. HandWiki requires at least one external source. See citing external sources. (2021) (Learn how and when to remove this template message) |
Original source: https://en.wikipedia.org/wiki/Allocation group.
Read more |