<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>DISKPART on Matt Thornton</title>
    <link>https://matt-thornton.net/tags/diskpart/</link>
    <description>Recent content in DISKPART on Matt Thornton</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 27 Nov 2018 14:09:05 +0000</lastBuildDate><atom:link href="https://matt-thornton.net/tags/diskpart/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Use DISKPART to bring a disk online</title>
      <link>https://matt-thornton.net/tech/use-diskpart-to-bring-a-disk-online/</link>
      <pubDate>Tue, 27 Nov 2018 14:09:05 +0000</pubDate>
      
      <guid>https://matt-thornton.net/tech/use-diskpart-to-bring-a-disk-online/</guid>
      
        <description>&lt;p&gt;If you&amp;rsquo;ve recently migrated a &lt;a href=&#34;https://www.matt-thornton.net/tech/vmware/migrate-vmware-fusion-virtual-machines-to-vmware-esxi&#34;&gt;VMWare Fusion virtual machine to VMWare ESXi&lt;/a&gt;, which itself had multiple disks, you may find that secondary disks don&amp;rsquo;t show up. You can change this using DISKPART.&lt;/p&gt;
&lt;p&gt;In my case, this didn&amp;rsquo;t happen in a Windows 10 VM with two disks, but did happen in Windows Server 2016 with two disks.&lt;/p&gt;
&lt;p&gt;Weird.&lt;/p&gt;
&lt;p&gt;Anyway, it&amp;rsquo;s reasonably easy to fix, using DISKPART.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open a CMD prompt and type DISKPART&lt;/li&gt;
&lt;li&gt;You should got a ACL type auth warning, just OK It&lt;/li&gt;
&lt;li&gt;This will open a new console window with DISKPART&amp;gt; prompt&lt;/li&gt;
&lt;li&gt;Type LIST DISK&lt;/li&gt;
&lt;li&gt;You should see your various disks listed, and one (or more) will be Offline&lt;/li&gt;
&lt;li&gt;Type SELECT DISK 1&lt;/li&gt;
&lt;li&gt;Type ONLINE DISK&lt;/li&gt;
&lt;li&gt;At this point, your disk should appear in Windows Explorer&lt;/li&gt;
&lt;li&gt;If you find you cannot create anything on the disk, then it&amp;rsquo;s possible it&amp;rsquo;s readonly, in which case&lt;/li&gt;
&lt;li&gt;Type ATTRIB DISK CLEAR READONLY&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;That should be everything you need.&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>