linux与windows双系统文件互相访问文件夹出错的解决方法
程序员文章站
2022-04-27 19:16:08
Error mounting /dev/sda1 at /media/unixuse/287001D143DB2043: Command-line `mount -t "ntfs&q...
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
上一篇: 阿里云的核心技术要点