Eu tenho Asus T100T
laptop. Tem uma partição de recuperação 7 GB
. Eu estou tentando mesclar com a partição 29 GB
. Mas a Partição de Recuperação parece protegida de alguma forma.
Solução 1
Steps:
1.
X:\Sources>diskpart
2.list disk
3.select disk 1
4.list partition
5.select partition 1
6. Eitherclean
ordelete partition override
Result:
Diskpart has encountered an error: The request could not be performed because of an I/O device error. See the System Event Log for more information.
Solução 2
Steps:
1.
X:\Sources>diskpart
2.list disk
3.select disk 1
4.list volume
5.select volume 0
6.delete volume override
Result:
A window popups saying
The instruction at 0x000962D6 referenced memory at 0x00000000. The memory could not be read. Click on Ok to terminate the program.
Solução alternativa 3
Steps:
1.
X:\Sources>diskpart
2.list disk
3.select disk 1
4.list volume
5.select volume 0
6.attributes volume clear readonly
Result:
Virtual Disk Service error: The object is not found.