├── .gitattributes ├── LICENSE ├── README.md ├── VM-Support ├── README.md ├── new-cachevhds-fromssd.ps1 └── remove-cachevhds-fromssd.ps1 ├── images_folder ├── diagrams.drawio ├── mirror-simple.png ├── mirror-stripe.png ├── physical-disks.png ├── simple.png ├── storage-spaces-cp.png └── stripe-simple.png ├── new-storage-space.ps1 └── remove-storage-space.ps1 /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freemansoft/win10-storage-spaces/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freemansoft/win10-storage-spaces/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freemansoft/win10-storage-spaces/HEAD/README.md -------------------------------------------------------------------------------- /VM-Support/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freemansoft/win10-storage-spaces/HEAD/VM-Support/README.md -------------------------------------------------------------------------------- /VM-Support/new-cachevhds-fromssd.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freemansoft/win10-storage-spaces/HEAD/VM-Support/new-cachevhds-fromssd.ps1 -------------------------------------------------------------------------------- /VM-Support/remove-cachevhds-fromssd.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freemansoft/win10-storage-spaces/HEAD/VM-Support/remove-cachevhds-fromssd.ps1 -------------------------------------------------------------------------------- /images_folder/diagrams.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freemansoft/win10-storage-spaces/HEAD/images_folder/diagrams.drawio -------------------------------------------------------------------------------- /images_folder/mirror-simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freemansoft/win10-storage-spaces/HEAD/images_folder/mirror-simple.png -------------------------------------------------------------------------------- /images_folder/mirror-stripe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freemansoft/win10-storage-spaces/HEAD/images_folder/mirror-stripe.png -------------------------------------------------------------------------------- /images_folder/physical-disks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freemansoft/win10-storage-spaces/HEAD/images_folder/physical-disks.png -------------------------------------------------------------------------------- /images_folder/simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freemansoft/win10-storage-spaces/HEAD/images_folder/simple.png -------------------------------------------------------------------------------- /images_folder/storage-spaces-cp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freemansoft/win10-storage-spaces/HEAD/images_folder/storage-spaces-cp.png -------------------------------------------------------------------------------- /images_folder/stripe-simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freemansoft/win10-storage-spaces/HEAD/images_folder/stripe-simple.png -------------------------------------------------------------------------------- /new-storage-space.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freemansoft/win10-storage-spaces/HEAD/new-storage-space.ps1 -------------------------------------------------------------------------------- /remove-storage-space.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freemansoft/win10-storage-spaces/HEAD/remove-storage-space.ps1 --------------------------------------------------------------------------------