ubuntu16.04不能访问window磁盘的问题

ubuntu系统不能访问windows的磁盘问题

解决办法:1、检查ntfs-3g是否安装,若是有一堆的反馈,则有安装,若没有,则输入sudo apt-get install ntfs-3g安装

2、解决挂载错误,输入sudo ntfsfix /dev/sda5, 我的是sda5

 

如果出现

usrname:~/temp$ sudo ntfsfix /dev/sda1

Mounting volume... Windows is hibernated, refused to mount.
FAILED
Attempting to correct errors...
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition... OK
Going to empty the journal ($LogFile)... OK
Windows is hibernated, refused to mount.
Remount failed: Operation not permitted

windows is hibernated  windows系统处于休眠状态;

解决办法:进win10系统,关闭快速启动

关闭办法是控制面板,在电源管理中,选择关闭盖子的功能,更改不能更改的选项,去掉快速启动的钩,好了,重启进linux,ok

相关文章:

  • 2021-08-16
  • 2021-07-23
  • 2021-11-20
  • 2021-11-10
  • 2022-12-23
  • 2022-01-21
  • 2022-12-23
猜你喜欢
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2021-12-16
  • 2022-12-23
相关资源
相似解决方案