我尝试在nautilus中挂载NTFS分区,它拒绝挂载它并建议使用resume and shutdown Windows fully (no hibernation or fast restarting),问题是我已经禁用了快速重新启动,并且在Windows 8中没有hibernate选项。
发布于 2015-04-08 12:41:23
尝试运行sudo ntfsfix /dev/sdXY,其中sdXY是设备的名称。
发布于 2020-10-12 13:14:49
它‘不足以禁用快速引导。在创建NTFS分区之前,您可能需要完全禁用休眠:
在Windows下:
powercfg.exe /hibernate off或者,尝试添加remove_hiberfile选项,如下所示:
mount -t ntfs-3g -o remove_hiberfile imagefile /mnt发布于 2020-12-07 17:35:31
使用“关闭”按钮关闭窗口时,请按住“切换”键。这将完全关闭窗户。要了解更多细节,请阅读这个博客-- https://www.howtogeek.com/349114/shutting-down-doesnt-fully-shut-down-windows-10-but-restarting-it-does/
谢谢你!!
https://unix.stackexchange.com/questions/64294
复制相似问题