
Error mounting /dev/sda1 at /media/root/新加卷: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=0,gid=0" "/dev/sda1" "/media/root/新加卷"' exited with non-zero exit status 14: The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sda1': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
打开终端
sudo ntfsfix /dev/sda1
(/dev/sda1是上图中阴影的部分,根据实际情况替换)
本文介绍了解决在Linux系统中遇到的NTFS磁盘挂载问题的方法。当尝试挂载含有未清理文件系统的NTFS分区时,可能会遇到错误提示。文章提供了一个实用的命令,使用ntfsfix工具来修复/dev/sda1上的NTFS分区,以便成功挂载。
5万+

被折叠的 条评论
为什么被折叠?



