为什么不能diskpart清理我的磁盘?

我有一个带有以下磁盘的Hyper-V Core Server 2012 R2:

Disk 0: SSD C:\SSD (mount point to Disk 1) Disk 1: HDD C:\ (boot drive) Disk 2: RAID-5 (not mounted) Disk 3: RAID-0 (not mounted) 

我想清理磁盘2并创build一个新的分区。 我做了以下几点:

 C:\Users\mark>diskpart Microsoft DiskPart version 6.3.9600 Copyright (C) 1999-2013 Microsoft Corporation. On computer: LITHIUM DISKPART> list disk Disk ### Status Size Free Dyn Gpt -------- ------------- ------- ------- --- --- Disk 0 Online 111 GB 0 B Disk 1 Online 232 GB 0 B Disk 2 Online 10 TB 1936 GB Disk 3 Online 3724 GB 0 B * DISKPART> sel disk 2 Disk 2 is now the selected disk. DISKPART> clean Virtual Disk Service error: Clean is not allowed on the disk containing the current boot, system, pagefile, crashdump or hibernation volume. DISKPART> 

我不明白我得到的错误。 我怎样才能确定从哪个磁盘启动? 这是磁盘pipe理,如果有帮助:

在这里输入图像说明

你可以在屏幕截图中看到Disk 2的第二个分区被标记为“System”,这就是错误信息告诉你的。

在我看来,您的Windows启动pipe理器和BCD存储位于该分区上,您需要将其移动。

这个博客文章可能会帮助: 切换我的Windows 7启动磁盘…