Recreating MSR partition on secondary drive

Discussion in 'Windows 8' started by kitsigns, Mar 8, 2015.

  1. kitsigns

    kitsigns MDL Junior Member

    Joined:
    Oct 31, 2012
    Messages:
    50
    Likes Received:
    2
    Trophy Points:
    0
    I'd never seen this partition before on my secondary hard drive in Disk Management, and when I was re-installing Windows onto my primary, I accidentally deleted it, thinking it had been created during the Windows re-installation process. I later learned that the MSR partition is not meant to be visible in Disk Management, so I decided to recreate it.

    My secondary had 129mb of unallocated space at the beginning of the drive, so I did "create partition msr size=128 offset=1". This means that there is now 1mb of unallocated space at the start of the drive, then a 128mb MSR, and then my first user partition.

    Did I do it all correctly?
     
  2. Aninvitedsoul

    Aninvitedsoul MDL Senior Member

    Joined:
    Sep 14, 2012
    Messages:
    425
    Likes Received:
    117
    Trophy Points:
    10
  3. Flipp3r

    Flipp3r MDL Expert

    Joined:
    Feb 11, 2009
    Messages:
    1,743
    Likes Received:
    772
    Trophy Points:
    60
    It's only needed on your boot drive when uefi is used. On data drives that are set for gpt, diskmanager will still make it but it's not needed.
    If using diskpart, the gpt disk can have 1 big primary partition without issue.
     
  4. kitsigns

    kitsigns MDL Junior Member

    Joined:
    Oct 31, 2012
    Messages:
    50
    Likes Received:
    2
    Trophy Points:
    0
    Thanks, I got the answer I needed.