Core Storage

Core Storage is a logical volume management system on macOS that was introduced by Apple to Mac OS X Lion. Core Storage is a layer between the disk partition and the file system.[1]

Core Storage is the basis for Apple's Fusion Drive technology,[2] which presents several partitions on multiple drives as a single logical volume. It does this by using tiered storage, whereby it keeps the most frequently used blocks on the fastest storage device in the pool, which is, by default, an SSD.

Description

Apple CoreStorage defines four types of objects, instances of which are uniquely represented by a UUID:

  • Physical Volume (PV)
This is the actual physical storage device such as an internal hard drive or solid state drive. A PV is normally real media but it can be a disk image or even an AppleRAID Set. A disk offered to be a PV must be a partition and the encompassing scheme must be GPT.
  • Logical Volume Group (LVG)
This is the equivalent of volume groups in Linux LVM. The Logical Volume Group (LVG) is the top or "pool" level; zero or more may exist during any OS boot time session. An LVG exports zero or more Logical Volume Families (LVFs).
  • Logical Volume Family (LVF)
An LVF contains properties which govern and bind together all of its descendant Logical Volumes (LVs). These properties mainly provide settings for full disk encryption (such as whether the LVG is encrypted, which users have access, etc). An LVF exports one or more LVs.
  • Logical Volume (LV)
A logical volume exports a dev node, upon which a file system (such as Journaled HFS+) resides.

Notes

Apple's current implementation is not intended for the traditional roles that LVMs were/are used for. For example, as of 2014, the pool cannot be expanded as the storage grows. Also in 10.7, the pool can comprise only a single drive. Core Storage also doesn't support thin provisioning, different RAID levels or resiliency. However, like in Linux, but unlike in Windows, the LVM can be used as the root filesystem, a significant advantage for home users who prefer to have a single volume for the OS and storage or find the need to extend the amount of storage available to the core operating system.

gollark: Books:- mostly used to refer to objects of bound paper with covers (covers can be various materials, often card/harder paper)- paper inside the book ("pages") typically contains information about a topic encoded as patterns of ink on them- topics can include someone's notes on a subject, or something intended for wider distribution/other people such as a story/set of stories ("fiction") which did not really occur, or true information ("non-fiction")- cover generally contains art related to the contents, as well as what the book is named ("title") and who wrote it ("author")- the back will often contain a "blurb" describing the contents somewhat, as well as potentially reviews by others
gollark: The inevitability of book is inevitably inevitable.
gollark: I think I've *told* Tux1 about them a few times, so it's their fault.
gollark: I agree completely. The inevitability of apioforms is inevitably inevitable.
gollark: Apioforms have been explained MORE THAN -7 TIMES, if you don't know now it's your own fault.

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.