A partição MSR é necessária nas unidades GPT secundárias?

2

Eu acidentalmente consegui excluir a partição MSR em uma das minhas unidades de armazenamento de dados (3TB - GPT) durante a instalação do Windows. O Windows ainda vê a unidade e todos os arquivos dentro dela. Eu fiz backup de tudo apenas no caso, mas agora estou me perguntando se devo tentar restaurar essa partição ou não.

De acordo com alguns artigos de ajuda do MS, MSR é necessário mesmo em drives secundários - mas é isso? Pela aparência, o drive está tendo um bom desempenho e nenhum dado foi perdido (ainda). De resposta do gronostajs excluindo esta partição shouldn ' t causar problemas agora, mas alguns podem surgir no futuro (mas que tipo de problemas)?

It's a placeholder invented by Microsoft. It doesn't contain any meaningful data and it's there just in case you'd ever need to create some additional partition for special uses. In that case, Windows will shrink the Reserved partition and create a new one in the recovered place. Deleting it shouldn't do any harm now, but you may face some problems in the future.

Pelo que entendi, o MSR é usado para coisas como o Bitlocker, mas eu realmente não uso esse recurso.

Obrigado por respostas

EDIT: Acabei de executar cre par msr no diskpart. Ela criou uma nova partição MSR, não sei se é tudo o que é necessário para restaurá-la antes de remover acidentalmente essa partição. Acho que vou esperar pelo melhor, algo não vai estragar:)

    
por Andrew 17.07.2015 / 23:19

2 respostas

3

Estas são as informações da Microsoft.

What is a Microsoft Reserved Partition (MSR)?

The Microsoft Reserved Partition (MSR) reserves space on each disk drive for subsequent use by operating system software. GPT disks do not allow hidden sectors. Software components that formerly used hidden sectors now allocate portions of the MSR for component-specific partitions. For example, converting a basic disk to a dynamic disk causes the MSR on that disk to be reduced in size and a newly created partition holds the dynamic disk database. The MSR has the Partition GUID:

DEFINE_GUID (PARTITION_MSFT_RESERVED_GUID, 0xE3C9E316L, 0x0B5C, 0x4DB8, 0x81, 0x7D, 0xF9, 0x2D, 0xF0, 0x02, 0x15, 0xAE)

What disks require an MSR?

Every GPT disk must contain an MSR. The order of partitions on the disk should be ESP (if any), OEM (if any) and MSR followed by primary data partition(s). It is particularly important that the MSR be created before other primary data partitions.

Who creates the MSR?

The MSR must be created when disk-partitioning information is first written to the drive. If the manufacturer partitions the disk, the manufacturer must create the MSR at the same time. If Windows partitions the disk during setup, Windows creates the MSR.

Why must the MSR be created when the disk is first partitioned?

After the disk is partitioned, there will be no free space left to create an MSR.

How big is the MSR?

When initially created, the size of the MSR depends on the size of the disk drive: •On drives less than 16GB in size, the MSR is 32MB. •On drives greater than or equal two 16GB, the MSR is 128 MB.

As the MSR is divided into other partitions, it becomes smaller.

O BitLocker usa a partição do sistema (ou sistema reservado), que é diferente. Mais informações.

    
por 17.07.2015 / 23:46
-1

O MSR não é necessário, removido o meu logo depois que o Windows achou que tinha que criar essa porcaria no meu disco GPT secundário. Funciona bem desde então (5 anos até agora) e eu até mesmo tenho criptografado os discos via DiskCryptor sem quaisquer problemas.

    
por 29.04.2017 / 21:40