Error mounting /dev/sda1 at /media/unixuse/287001D143DB2043: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda1" "/media/unixuse/287001D143DB2043"' 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': 不允许的操作
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sda1': 不允许的操作
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.
如上错误解决办法
1、打开cmd命令,输入sudo fdisk -l
修改mount -t "ntfs" -o 为 mount -t "ntfs" -ro
或者sudo ntfsfix /dev/sda3
本文介绍了解决Linux下NTFS磁盘挂载失败的问题,特别是当磁盘显示含有未清理文件系统且元数据保留在Windows缓存中时。提供了一种通过命令行修改挂载选项的方法。
1292

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



