我正在尝试缩小当前安装了 Win10 的 NTFS 分区。硬盘是SSD。磁盘管理实用程序不允许我缩小一点点。它显示可用的收缩量为 0 MB。
我从输出中了解到,由于分区末尾 Windows 的不可移动对象,我无法进一步缩小。我解决了以下问题,并尝试了一切方法来清除分区中不可移动的物体。
我禁用了页面文件、休眠和系统恢复。我什至删除了临时文件并多次运行磁盘碎片,但该实用程序不允许我缩小。
我在第二个硬盘 (HDD) 上安装了 Ubuntu 14.04。我放弃了磁盘管理工具,并考虑尝试一下 GParted 软件。我在 Ubuntu 中运行了它。不幸的是,它也不允许我退缩。GParted 给出以下警告:
Unable to read the contents of this file system!
Because of this some operations may be unavailable.
The cause might be a missing software package.
The following list of software packages is required for ntfs file
system support: ntfsprogs / ntfs-3g.
Run Code Online (Sandbox Code Playgroud)
看来 GParted 缺少一些软件包,所以我安装了 ntfs-3g(其中包含 ntfsprogs),但这也无助于消除错误。我试过
ntfsfix /dev/sda4
Run Code Online (Sandbox Code Playgroud)
它无法识别任何问题。因此,我引用了以下线程http://ubuntuforums.org/showthread.php?t=1244058,并运行了命令
sudo ntfsresize --info --force …Run Code Online (Sandbox Code Playgroud)