我从主 bootcamp NTFS 分区中缩减了 50GB。重启后,我的 Windows 资源管理器现在显示驱动器 C 的总大小为 90GB,但 Windows 中的磁盘管理工具(和 EaseUS 分区管理器)仍然显示 140GB(没有未分配空间)。
我该如何取回我的 50GB?
磁盘 0 应为 500GB:
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
* Disk 0 Online 465 GB 0 B
DISKPART> list partition
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 Primary 200 MB 512 B
Partition 2 Primary 325 GB 200 MB
Partition 3 Primary 619 MB 325 GB
Partition 4 Primary 140 GB 325 GB
如果我尝试再缩小 100MB(也许强制重新加载?),我会收到以下消息:
参数不正确。
分区 4 安装为 C:,但只有 90GB:
TotalCommander 还显示总共90GB。
我已经使用过 chkdsk 和 EaseUS 的错误检查,但没有成功。
C:\Users\JorisWin>chkdsk
The type of the file system is NTFS.
Volume label is BOOTCAMP.
WARNING! F parameter not specified.
Running CHKDSK in read-only mode.
CHKDSK is verifying files (stage 1 of 3)...
187648 file records processed.
File verification completed.
262 large file records processed.
0 bad file records processed.
2 EA records processed.
66 reparse records processed.
CHKDSK is verifying indexes (stage 2 of 3)...
259512 index entries processed.
Index verification completed.
0 unindexed files scanned.
0 unindexed files recovered.
CHKDSK is verifying security descriptors (stage 3 of 3)...
187648 file SDs/SIDs processed.
Security descriptor verification completed.
35933 data files processed.
CHKDSK is verifying Usn Journal...
37017704 USN bytes processed.
Usn Journal verification completed.
Windows has checked the file system and found no problems.
95691775 KB total disk space.
68771188 KB in 139744 files.
85044 KB in 35934 indexes.
0 KB in bad sectors.
293491 KB in use by the system.
65536 KB occupied by the log file.
26542052 KB available on disk.
4096 bytes in each allocation unit.
23922943 total allocation units on disk.
6635513 allocation units available on disk.
答案1
您可以在 diskpart 中修复此问题,如下所示:
list volume
select volume #
extend filesystem
“#”当然代表卷列表中看到的受影响的卷。