ubuntu下NTFS分区无法访问挂载

 

 

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是上图中阴影的部分,根据实际情况替换)

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-26
  • 2022-02-01
  • 2022-12-23
  • 2021-12-14
猜你喜欢
  • 2022-12-23
  • 2021-11-23
  • 2021-07-21
  • 2022-12-23
  • 2022-01-11
  • 2021-07-27
  • 2022-02-05
相关资源
相似解决方案