Features new to Windows 8: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Add: date. | Use this bot. Report bugs. | Suggested by Abductive | Category:Software features | #UCB_Category 21/49
Line 281:
 
=== Storage Spaces ===
Storage Spaces is a [[storage virtualization]] technology which succeeds [[Logical Disk Manager]] and allows the organization of physical disks into logical volumes similar to [[Logical Volume Manager (Linux)]], [[RAID1]] or [[RAID5]], but at a higher abstraction level.<ref name="B8_storage_spaces">{{cite web|last=Sinofsky|first=Steven |title=Virtualizing storage for scale, resiliency, and efficiency|url=http://blogs.msdn.com/b/b8/archive/2012/01/05/virtualizing-storage-for-scale-resiliency-and-efficiency.aspx|title=Virtualizing storage for scale, resiliency, and efficiency|publisher=Building Windows 8 blog|date=January 5, 2012|access-date=January 6, 2012|archive-date=May 9, 2013|archive-url=https://web.archive.org/web/20130509100721/http://blogs.msdn.com/b/b8/archive/2012/01/05/virtualizing-storage-for-scale-resiliency-and-efficiency.aspx|url-status=livedead}}</ref>
 
A storage space behaves like a physical disk to the user, with [[thin provisioning]] of available disk space. The spaces are organized within a storage pool, i.e. a collection of physical disks, that can span multiple disks of different sizes, performance or technology (USB, SATA, SAS). The process of adding new disks or replacing failed or older disks is fully automatic, but can be controlled with [[PowerShell]] commands. The same storage pool can host multiple storage spaces. Storage Spaces have built-in resiliency from disk failures, which is achieved by either [[disk mirroring]] or [[data striping|striping]] with [[Parity bit|parity]] across the physical disks. Each storage pool on the [[ReFS]] filesystem is limited to 4 PB (4096 TB), but there are no limits on the total number of storage pools or the number of storage spaces within a pool.<ref name="B8_ReFS">{{cite web|url=http://blogs.msdn.com/b/b8/archive/2012/01/16/building-the-next-generation-file-system-for-windows-refs.aspx|title=Building the next generation file system for Windows: ReFS|publisher=Building Windows 8 Blog|date=January 16, 2012|access-date=January 17, 2012|archive-date=May 26, 2013|archive-url=https://web.archive.org/web/20130526085329/http://blogs.msdn.com/b/b8/archive/2012/01/16/building-the-next-generation-file-system-for-windows-refs.aspx|url-status=live}}</ref>