Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Study of Windows Storage Spaces

中文 README

An empirical study and setup guide for tiered storage using Windows Storage Spaces. Based on comprehensive testing and publicly available evidence, this research covers deployment instructions, parameter tuning, performance testing, failure analysis, and data integrity verification.

Welcome

If you arrived here from an article published elsewhere, you are welcome to explore the complete materials in this repository.

Articles and Reports

Content Chinese English
Full article, setup guide, and research conclusions Chinese English
Parameter screening report View online · Source View online · Source
Full-pool sustained write report View online · Source View online · Source
Real-world data migration View online · Source View online · Source
Bug report submitted to Microsoft Chinese English

You can also download all files directly from GitHub.

Recommended Configuration

2 SSDs form a mirrored performance tier. 5 HDDs form a single-parity capacity tier.

The following configuration is intended for high-capacity home storage and All-in-One environments. It is the setup currently used and recommended based on the testing documented in this project.

  • SSD: 2 × 120 G
  • HDD: 5 × 4 T
  • SSD Performance Tier: ResiliencySettingName = Mirror
  • SSD Performance Tier: NumberOfDataCopies = 2
  • SSD Performance Tier: Interleave = 64KB
  • HDD Capacity Tier: ResiliencySettingName = Parity
  • HDD Capacity Tier: PhysicalDiskRedundancy = 1
  • HDD Capacity Tier: NumberOfColumns = 5
  • HDD Capacity Tier: Interleave = 64KB
  • Logical Volume: FileSystem = NTFS
  • Logical Volume: AllocationUnitSize = 64KB

Repository Structure

articles/   Full articles, setup guides, and research conclusions
evidence/   Test reports, dashboards, CSV files, hash results, and failure evidence
assets/     Article charts, report images, and tutorial screenshots

Feedback

Feedback is welcome through GitHub or wherever you encounter this article.

About

Evidence-backed research, tutorials, benchmarks, and failure analysis for Windows Storage Spaces tiered storage, covering Interleave, NTFS cluster size, parity, performance, and data integrity. 基于完整实测与公开证据的 Windows Storage Spaces 分层存储研究,涵盖搭建教程、参数调优、性能测试、故障分析与数据完整性验证。

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages