{"id":15145,"date":"2013-06-28T12:52:01","date_gmt":"2013-06-28T11:52:01","guid":{"rendered":"https:\/\/aidanfinn.com\/?p=15145"},"modified":"2014-08-13T08:21:45","modified_gmt":"2014-08-13T08:21:45","slug":"creating-a-virtual-ws2012r2-sofs-with-shared-vhdx-storage-spaces","status":"publish","type":"post","link":"https:\/\/aidanfinn.com\/?p=15145","title":{"rendered":"Creating A Virtual WS2012R2 SOFS with Shared VHDX &#038; Storage Spaces"},"content":{"rendered":"<p>In this post, I\u2019ll show you how I created a Windows Server 2012 R2 SMB 3.0 Scale-Out File Server that uses Shared VHDX to create a simulated JBOD for clustered Storage Spaces.\u00a0 This is completely unsupported for production, but is nice for the lab to demo, teach and learn.<\/p>\n<p><a href=\"https:\/\/aidanfinn.com\/?p=14936\" target=\"_blank\">Shared VHDX<\/a> allows us to build a guest cluster without complicating storage (SAN, SMB 3.0, iSCSI, etc).\u00a0 Yesterday I <a href=\"https:\/\/aidanfinn.com\/?p=15123\" target=\"_blank\">blogged<\/a> about how I was creating a demo Scale-Out File Server using a VMM 2012 R2 Service Template.\u00a0 That template used an iSCSI target VM.\u00a0 Why did I do it that way?\u00a0 Shared VHDX requires that:<\/p>\n<ul>\n<li>Your hosts are clustered \u2013 net necessarily in the same cluster<\/li>\n<li>The shared VHDX file is placed on SMB 3.0 or CSV \u2013 note that an SMB 3.0 file share can be used by multiple host clusters<\/li>\n<\/ul>\n<p>In my lab, my virtual SOFS is placed onto a single storage box that is running Hyper-V.\u00a0 At TechEd, Jose Barreto mentioned a solution for labs that <em><strong><span style=\"text-decoration: underline;\">is unsupported<\/span><\/strong><\/em> but works.\u00a0 Using this I can use my single non-clustered host to run VMs that access a shared VHDX.\u00a0 I can then cluster those VMs to create a guest cluster, e.g. a virtual SOFS.<\/p>\n<p>The steps:<\/p>\n<ol>\n<li>Run (PowerShell) <em>Install-WindowsFeature Failover-Clustering <\/em>on the host.\u00a0 There is no need to create a cluster from this host.<\/li>\n<li>Identify the volume that will store the shared VHDX files, e.g. D: drive.<\/li>\n<li>Run <em>FLTMC.EXE attach svhdxflt D:<\/em> where D: is the drive letter that you just identified.<\/li>\n<\/ol>\n<p>Now you\u2019re ready to create a shared VHDX.\u00a0 My VMs are in <em>D:Virtual Machines<\/em>.\u00a0 I\u2019m creating a guest cluster called <em>Demo-FSC1<\/em>.\u00a0 The shared VHDX files will be stored in <em>D:Shared VHDXDemo-SOFS1<\/em>.\u00a0 I created <em>Demo-FSC1 Witness Disk.VHDX<\/em> (1 GB in size) and <em>Demo-FSC1 Disk1.VHDX<\/em> (100 GB in size) and stored it in that folder (<em>D:Shared VHDXDemo-SOFS1)<\/em>.<\/p>\n<p>Now for the VMs:<\/p>\n<ol>\n<li>I created 2 VMs for my virtual SOFS, Demo-FS1 and Demo-FS2, giving them all enough network connections for my design (see below screenshot, highlighted in green [requires guest OS QoS]).<\/li>\n<li>I added the shared VHDX files to the first SCSI controller on <em>both <\/em>virtual machines.\u00a0 Don\u2019t overthink this \u2013 there is no replication so please don\u2019t ask.\u00a0 I couldn\u2019t possibly make this clearer.\u00a0 Each individual VHDX (a total of 2) is connected to each of the 2 VMs (see below).<\/li>\n<li>I make sure to open up the advanced settings of the shared VHDX on both VMs and check the box Enable Virtual Hard Disk Sharing.<\/li>\n<li>I went on to create and add <em>Demo-FSC1 Disk2.VHDX<\/em> and <em>Demo-FSC1 Disk3.VHDX<\/em>, both 100 GB in size.<\/li>\n<\/ol>\n<p><a href=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2013\/06\/EnableSharedVHDX.jpg\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; margin-right: auto; border: 0px;\" title=\"EnableSharedVHDX\" alt=\"EnableSharedVHDX\" src=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2013\/06\/EnableSharedVHDX_thumb.jpg\" width=\"454\" height=\"428\" border=\"0\" \/><\/a><\/p>\n<p>At this point, I do all the usual storage, networking and clustering stuff in the guest OS of the 2 VMs.\u00a0 In the cluster, I made sure both storage networks had client access enabled (with an IP address).\u00a0 When creating the guest cluster, I did not add storage.\u00a0 Instead, I did something else that is unsupported.<\/p>\n<p>I took the 3 shared VHDX data disks, and created a new storage space.<\/p>\n<p><a href=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2013\/06\/StoragePool.jpg\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; margin-right: auto; border: 0px;\" title=\"StoragePool\" alt=\"StoragePool\" src=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2013\/06\/StoragePool_thumb.jpg\" width=\"604\" height=\"319\" border=\"0\" \/><\/a><\/p>\n<p>From this, I created 2 virtual disks, one with NTFS and one with ReFS, and converted bot volumes into CSV.\u00a0 Now I have what I need to finish off the creation of the SOFS role on the file server cluster.<\/p>\n<p><a href=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2013\/06\/Finsihed-Storage.jpg\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; margin-right: auto; border: 0px;\" title=\"Finsihed Storage\" alt=\"Finsihed Storage\" src=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2013\/06\/Finsihed-Storage_thumb.jpg\" width=\"404\" height=\"106\" border=\"0\" \/><\/a><\/p>\n<p>Now I add the SOFS role (File Server for Application Data) to the cluster, wait a while for the CAP to come online (remember to delegate permissions to the cluster\u2019s OU to the cluster object so the cluster can create the SOFS computer object), and then create the file shares.<\/p>\n<p align=\"center\"><a href=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2013\/06\/SOFS-with-Shares.jpg\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;\" title=\"SOFS with Shares\" alt=\"SOFS with Shares\" src=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2013\/06\/SOFS-with-Shares_thumb.jpg\" width=\"604\" height=\"319\" border=\"0\" \/><\/a><\/p>\n<p align=\"left\">What I haven\u2019t done or shown:<\/p>\n<ul>\n<li>\n<div align=\"left\">QOS for the storage NICs.<\/div>\n<\/li>\n<li>\n<div align=\"left\">SMB Constraints<\/div>\n<\/li>\n<\/ul>\n<p align=\"left\">Now I have my storage.\u00a0 It\u2019s time to prep VMM 2012 R2 to do some bare metal host deployment and get a Hyper-V cluster up and running.<\/p>\n<div class=\"wlWriterEditableSmartContent\" id=\"scid:0767317B-992E-4b12-91E0-4F059A8CECA8:1fa7d900-e045-41ac-9d8d-b7bd2c788209\" style=\"float: none; margin: 0px; display: inline; padding: 0px;\">Technorati Tags: <a href=\"http:\/\/technorati.com\/tags\/Windows+Server+2012+R2\" rel=\"tag\">Windows Server 2012 R2<\/a>,<a href=\"http:\/\/technorati.com\/tags\/Storage\" rel=\"tag\">Storage<\/a>,<a href=\"http:\/\/technorati.com\/tags\/Hyper-V\" rel=\"tag\">Hyper-V<\/a>,<a href=\"http:\/\/technorati.com\/tags\/Virtualisation\" rel=\"tag\">Virtualisation<\/a>,<a href=\"http:\/\/technorati.com\/tags\/Failover+Clustering\" rel=\"tag\">Failover Clustering<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>In this post, I\u2019ll show you how I created a Windows Server 2012 R2 SMB 3.0 Scale-Out File Server that uses Shared VHDX to create a simulated JBOD for clustered Storage Spaces.\u00a0 This is completely unsupported for production, but is nice for the lab to demo, teach and learn. Shared VHDX allows us to build &hellip; <a href=\"https:\/\/aidanfinn.com\/?p=15145\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Creating A Virtual WS2012R2 SOFS with Shared VHDX &#038; Storage Spaces&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"_wpcom_ai_launchpad_first_post":false,"footnotes":""},"categories":[20],"tags":[63,181,99,195,120],"class_list":["post-15145","post","type-post","status-publish","format-standard","hentry","category-hyper-v","tag-failover-clustering","tag-hyper-v","tag-storage","tag-virtualisation","tag-windows-server-2012-r2"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"In this post, I\u2019ll show you how I created a Windows Server 2012 R2 SMB 3.0 Scale-Out File Server that uses Shared VHDX to create a simulated JBOD for clustered Storage Spaces. This is completely unsupported for production, but is nice for the lab to demo, teach and learn. Shared VHDX allows us to build\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"AFinn\"\/>\n\t<meta name=\"google-site-verification\" content=\"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/aidanfinn.com\/?p=15145\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\" \/>\n\t\t<meta property=\"og:type\" content=\"activity\" \/>\n\t\t<meta property=\"og:title\" content=\"Creating A Virtual WS2012R2 SOFS with Shared VHDX &amp; Storage Spaces | Aidan Finn, IT Pro\" \/>\n\t\t<meta property=\"og:description\" content=\"In this post, I\u2019ll show you how I created a Windows Server 2012 R2 SMB 3.0 Scale-Out File Server that uses Shared VHDX to create a simulated JBOD for clustered Storage Spaces. This is completely unsupported for production, but is nice for the lab to demo, teach and learn. Shared VHDX allows us to build\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/aidanfinn.com\/?p=15145\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@joe_elway\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Creating A Virtual WS2012R2 SOFS with Shared VHDX &amp; Storage Spaces | Aidan Finn, IT Pro\" \/>\n\t\t<meta name=\"twitter:description\" content=\"In this post, I\u2019ll show you how I created a Windows Server 2012 R2 SMB 3.0 Scale-Out File Server that uses Shared VHDX to create a simulated JBOD for clustered Storage Spaces. This is completely unsupported for production, but is nice for the lab to demo, teach and learn. Shared VHDX allows us to build\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@joe_elway\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15145#article\",\"name\":\"Creating A Virtual WS2012R2 SOFS with Shared VHDX & Storage Spaces | Aidan Finn, IT Pro\",\"headline\":\"Creating A Virtual WS2012R2 SOFS with Shared VHDX &#038; Storage Spaces\",\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/wp-content\\\/uploads\\\/2013\\\/06\\\/EnableSharedVHDX_thumb.jpg\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15145\\\/#articleImage\",\"width\":454,\"height\":428},\"datePublished\":\"2013-06-28T12:52:01+01:00\",\"dateModified\":\"2014-08-13T08:21:45+01:00\",\"inLanguage\":\"en-GB\",\"commentCount\":14,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15145#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15145#webpage\"},\"articleSection\":\"Hyper-V, Failover Clustering, Hyper-V, Storage, Virtualisation, Windows Server 2012 R2\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15145#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/aidanfinn.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=20#listItem\",\"name\":\"Hyper-V\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=20#listItem\",\"position\":2,\"name\":\"Hyper-V\",\"item\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=20\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15145#listItem\",\"name\":\"Creating A Virtual WS2012R2 SOFS with Shared VHDX &#038; Storage Spaces\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15145#listItem\",\"position\":3,\"name\":\"Creating A Virtual WS2012R2 SOFS with Shared VHDX &#038; Storage Spaces\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=20#listItem\",\"name\":\"Hyper-V\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15145#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15145#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15145#webpage\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15145\",\"name\":\"Creating A Virtual WS2012R2 SOFS with Shared VHDX & Storage Spaces | Aidan Finn, IT Pro\",\"description\":\"In this post, I\\u2019ll show you how I created a Windows Server 2012 R2 SMB 3.0 Scale-Out File Server that uses Shared VHDX to create a simulated JBOD for clustered Storage Spaces. This is completely unsupported for production, but is nice for the lab to demo, teach and learn. Shared VHDX allows us to build\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15145#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"datePublished\":\"2013-06-28T12:52:01+01:00\",\"dateModified\":\"2014-08-13T08:21:45+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/\",\"name\":\"Aidan Finn, IT Pro\",\"description\":\"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Creating A Virtual WS2012R2 SOFS with Shared VHDX & Storage Spaces | Aidan Finn, IT Pro","description":"In this post, I\u2019ll show you how I created a Windows Server 2012 R2 SMB 3.0 Scale-Out File Server that uses Shared VHDX to create a simulated JBOD for clustered Storage Spaces. This is completely unsupported for production, but is nice for the lab to demo, teach and learn. Shared VHDX allows us to build","canonical_url":"https:\/\/aidanfinn.com\/?p=15145","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/aidanfinn.com\/?p=15145#article","name":"Creating A Virtual WS2012R2 SOFS with Shared VHDX & Storage Spaces | Aidan Finn, IT Pro","headline":"Creating A Virtual WS2012R2 SOFS with Shared VHDX &#038; Storage Spaces","author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"publisher":{"@id":"https:\/\/aidanfinn.com\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2013\/06\/EnableSharedVHDX_thumb.jpg","@id":"https:\/\/aidanfinn.com\/?p=15145\/#articleImage","width":454,"height":428},"datePublished":"2013-06-28T12:52:01+01:00","dateModified":"2014-08-13T08:21:45+01:00","inLanguage":"en-GB","commentCount":14,"mainEntityOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=15145#webpage"},"isPartOf":{"@id":"https:\/\/aidanfinn.com\/?p=15145#webpage"},"articleSection":"Hyper-V, Failover Clustering, Hyper-V, Storage, Virtualisation, Windows Server 2012 R2"},{"@type":"BreadcrumbList","@id":"https:\/\/aidanfinn.com\/?p=15145#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","position":1,"name":"Home","item":"https:\/\/aidanfinn.com","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=20#listItem","name":"Hyper-V"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=20#listItem","position":2,"name":"Hyper-V","item":"https:\/\/aidanfinn.com\/?cat=20","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=15145#listItem","name":"Creating A Virtual WS2012R2 SOFS with Shared VHDX &#038; Storage Spaces"},"previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=15145#listItem","position":3,"name":"Creating A Virtual WS2012R2 SOFS with Shared VHDX &#038; Storage Spaces","previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=20#listItem","name":"Hyper-V"}}]},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/#person","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=15145#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/?author=1#author","url":"https:\/\/aidanfinn.com\/?author=1","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=15145#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"WebPage","@id":"https:\/\/aidanfinn.com\/?p=15145#webpage","url":"https:\/\/aidanfinn.com\/?p=15145","name":"Creating A Virtual WS2012R2 SOFS with Shared VHDX & Storage Spaces | Aidan Finn, IT Pro","description":"In this post, I\u2019ll show you how I created a Windows Server 2012 R2 SMB 3.0 Scale-Out File Server that uses Shared VHDX to create a simulated JBOD for clustered Storage Spaces. This is completely unsupported for production, but is nice for the lab to demo, teach and learn. Shared VHDX allows us to build","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/aidanfinn.com\/#website"},"breadcrumb":{"@id":"https:\/\/aidanfinn.com\/?p=15145#breadcrumblist"},"author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"creator":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"datePublished":"2013-06-28T12:52:01+01:00","dateModified":"2014-08-13T08:21:45+01:00"},{"@type":"WebSite","@id":"https:\/\/aidanfinn.com\/#website","url":"https:\/\/aidanfinn.com\/","name":"Aidan Finn, IT Pro","description":"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","inLanguage":"en-GB","publisher":{"@id":"https:\/\/aidanfinn.com\/#person"}}]},"og:locale":"en_GB","og:site_name":"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","og:type":"activity","og:title":"Creating A Virtual WS2012R2 SOFS with Shared VHDX &amp; Storage Spaces | Aidan Finn, IT Pro","og:description":"In this post, I\u2019ll show you how I created a Windows Server 2012 R2 SMB 3.0 Scale-Out File Server that uses Shared VHDX to create a simulated JBOD for clustered Storage Spaces. This is completely unsupported for production, but is nice for the lab to demo, teach and learn. Shared VHDX allows us to build","og:url":"https:\/\/aidanfinn.com\/?p=15145","twitter:card":"summary","twitter:site":"@joe_elway","twitter:title":"Creating A Virtual WS2012R2 SOFS with Shared VHDX &amp; Storage Spaces | Aidan Finn, IT Pro","twitter:description":"In this post, I\u2019ll show you how I created a Windows Server 2012 R2 SMB 3.0 Scale-Out File Server that uses Shared VHDX to create a simulated JBOD for clustered Storage Spaces. This is completely unsupported for production, but is nice for the lab to demo, teach and learn. Shared VHDX allows us to build","twitter:creator":"@joe_elway"},"aioseo_meta_data":{"post_id":"15145","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"activity","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 03:53:20","updated":"2025-06-04 15:57:56","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\/?cat=20\" title=\"Hyper-V\">Hyper-V<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tCreating A Virtual WS2012R2 SOFS with Shared VHDX &amp; Storage Spaces\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/aidanfinn.com"},{"label":"Hyper-V","link":"https:\/\/aidanfinn.com\/?cat=20"},{"label":"Creating A Virtual WS2012R2 SOFS with Shared VHDX &#038; Storage Spaces","link":"https:\/\/aidanfinn.com\/?p=15145"}],"amp_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/15145","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=15145"}],"version-history":[{"count":1,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/15145\/revisions"}],"predecessor-version":[{"id":16949,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/15145\/revisions\/16949"}],"wp:attachment":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=15145"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=15145"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=15145"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}