我的1tb硬盘是只读的。我遵循了这里所示的步骤
得到了这个输出:
WARNING: blksize option is ignored because ntfs-3g must calculate it.
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
or fast restarting.)
Could not mount read-write, trying read-only困难的部分是我的Windows安装在我的系统崩溃后损坏&占用了我的时间、gpu和ssd (这也是我上次使用Windows的时候)。这种情况以前已经发生过几次,但解决方案是在Windows上彻底关闭,我甚至不能再这样做了。另外,也不确定是否重新安装窗口(我可能很快就会这样做),这意味着我可以清除缓存。如果有人能帮忙,我很感激。
发布于 2021-12-27 07:49:52
我在另一个分区中使用同一个磁盘安装了Windows 10,并开始出现此错误。我的解决方案是以超级用户的身份在这个问题的分区上运行ntfsfix命令。
$ sudo ntfsfix /dev/sdxhttps://askubuntu.com/questions/1377489
复制相似问题