小编She*_*acu的帖子

无法删除 NTFS 分区上的休眠文件

我一直在查看诸如由于休眠无法挂载 Windows (NTFS) 文件系统如何挂载休眠的 NTFS 分区之类的问题?他们都说“启动到窗口”,而我无法做到。然后经过多次警告,remove_hiberfile建议选择该选项。我会喜欢那个选项。我不在乎我打开的程序或其中的数据。windows分区在/dev/sda5上,所以我跑了

sudo mount /dev/sda5 /mnt/win
Run Code Online (Sandbox Code Playgroud)

以后多读书...

sudo mount -t ntfs-3g -o remove_hiberfile /dev/sda5 /mnt/win
sudo mount -t ntfs-3g -o debug,remove_hiberfile /dev/sda5 /mnt/win
Run Code Online (Sandbox Code Playgroud)

仍然没有运气。就好像该remove_hiberfile选项未被识别,因为我在尝试使用该选项时没有收到错误remove_hiberfile3ejeiofe消息,而是收到相同的消息。

这是上述所有命令的结果给出的消息(添加调试没有改变任何东西):

The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sda5': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no …
Run Code Online (Sandbox Code Playgroud)

partitioning mount hibernate ntfs

19
推荐指数
4
解决办法
5万
查看次数

标签 统计

hibernate ×1

mount ×1

ntfs ×1

partitioning ×1