在尝试扩展本地磁盘(基本)上的卷 (N:) 时,扩展选项显示为灰色,即使其右侧有可用空间。
在使用diskpart
扩展此卷时,控制台会给出以下错误(脚本 + 错误)。
在这种情况下如何扩展磁盘卷?
*** 脚本 + 错误 ***
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 298 GB 70 GB
Disk 1 No Media 0 B 0 B
DISKPART> select disk 0
Disk 0 is now the selected disk.
DISKPART> list partition
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 Primary 549 MB 1024 KB
Partition 2 Primary 117 GB 550 MB
Partition 3 Primary 30 GB 118 GB
Partition 0 Extended 147 GB 148 GB
Partition 4 Logical 77 GB 218 GB
DISKPART> select partition 3
Partition 3 is now the selected partition.
DISKPART> extend [size = 69,632] [disk = 0]
The arguments specified for this command are not valid.
For more information on the command type: HELP EXTEND
DISKPART> SELECT VOLUME 3
Volume 3 is the selected volume.
DISKPART> EXTEND SIZE=69,632
The arguments specified for this command are not valid.
For more information on the command type: HELP EXTEND
您需要先将可用空间设为未分配空间。
在可用空间上创建一个新的 NTFS 卷,然后删除新创建的分区。现在您将获得未分配的空间。
或者您也可以尝试从现有分区中缩小空间。
我想离开糟糕的 Microsoft 磁盘管理实用程序,因此使用 EaseUS 分区管理器或 MinTool 分区向导。