Windows Server 2012 File System - Windows Server 2012

What are the features of file system?

The file system of Windows Server 2012 is called as the caller Resilient File System (ReFS).
The main features of ReFS include −
  • To maintain a high level of data availability and reliability, even when the individual underlying storage devices experience failures.
  • To provide a full, end-to-end resilient architecture when used in conjunction with Storage Spaces.
  • The combination of ReFS and Storage Spaces provide enhanced resiliency to storage device failures.
The significant functionality included with ReFS is described below −

Integrity

  • ReFS stores data to secure it from various errors that may hamper data loss.
  • When ReFS is used in coordination with a mirror space or a parity space, detected corruption then metadata and user data, when integrity streams are enabled — can be automatically repaired using the alternate copy provided by Storage Spaces.
  • Other than the above there are Windows PowerShell cmdlets (Get-FileIntegrity and Set-FileIntegrity) used to manage the integrity and disk scrubbing policies.

Availability

  • ReFS also prioritizes the availability of data.
  • Sometimes, file systems were often susceptible to data corruption that would require the system to be taken offline for repair.
  • In case if corruption occurs, the repair process is both localized to the area of corruption and performed online, requiring no volume downtime.
  • Incase if any corruption occurs you need to choose it with a mirror space or a parity space, ReFS implements salvage, a feature that removes the corrupt data from the namespace on a live volume and ensures that good data is not adversely affected by non-repairable corrupt data.
  • Because ReFS performs all repair operations online, it does not have an offline chkdsk command.

Scalability

  • The amount and size of data that is stored on computers may increase rapidly.
  • ReFS is designed to work well with extremely large data sets — petabytes and larger — without performance impact.
  • ReFS is not only designed to support volume sizes of 2^64 bytes (allowed by Windows stack addresses), but ReFS is also designed to support even larger volume sizes of up to 2^78 bytes using 16 KB cluster sizes.
  • This format also supports 2^64 – 1-byte file sizes, 2^64 files in a directory and the same number of directories in a volume.

Proactive Error Correction

  • You can analyse the integrity capabilities of ReFS by a data integrity scanner which is also called as a scrubber.
  • The integrity scanner regularly scans the volume, finds latent corruptions if any and proactively triggering a repair of that corrupt data.
When the metadata for a ReFS directory is corrupted, subfolders and their associated files are automatically recovered. Then ReFS identifies and recovers the files from online. If any unrecoverable corruption of the ReFS directory metadata affects only those files that are in the directory in which the corruption has occurred.
ReFS includes a new registry entry, RefsDisableLastAccessUpdate, which is the equivalent of the previous NtfsDisableLastAccessUpdate registry entry. The new storage command lets in Windows PowerShell are available (Get-FileIntegrity and SetFileIntegrity) for you to manage the integrity and disk scrubbing policies.

All rights reserved © 2020 Wisdom IT Services India Pvt. Ltd DMCA.com Protection Status

Windows Server 2012 Topics