win10和linux双系统,linux下无法挂在win分区的奇怪问题

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
jerry79
帖子: 187
注册时间: 2007-09-08 19:32

win10和linux双系统,linux下无法挂在win分区的奇怪问题

#1

帖子 jerry79 » 2016-11-16 16:48

装了双系统,win10+linux mint。
现在的问题是:只要我启动过win10,打开过分区磁盘,回到linux下就无法挂在nfts分区。错误提示如下:

代码: 全选

Error mounting /dev/sda4 at /media/jerry/system: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda4" "/media/jerry/system"' 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/sda4': 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.
搜索过了网站的各种方法:
1、关闭win10的快速启动----已经关闭
2、在win10上执行 powercfg /h off -----已经执行
3、关闭win10,再按电源键开机,进入linux ----这样进入还是无法挂在ntfs分区

暂时的解决办法:
在linux下执行: ntfsfix /dev/sda4,然后再挂载即可成功。

问题是,这样实在太麻烦了,虽然我用win比较少,但是也不能每次从win换到linux都要fix一下吧,而且win还要求必须关机,不能是通过重启来进入linux。
请问有没有其他办法能解决这个问题呢?win10真是太麻烦了 :(
谢谢
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: win10和linux双系统,linux下无法挂在win分区的奇怪问题

#2

帖子 poloshiao » 2016-11-16 17:19

檢查看看
你的 Windows 系統 有沒有 關閉了 還有耗用電源的裝置 未關閉
例如 網卡
jerry79
帖子: 187
注册时间: 2007-09-08 19:32

Re: win10和linux双系统,linux下无法挂在win分区的奇怪问题

#3

帖子 jerry79 » 2016-11-17 11:42

重新扫了一下所有win10的设备,按照网上说的禁用了系统设备中的一个Intel managerment,把SSD硬盘的缓存功能也取消了,依然不行,实在找不到还有哪个设备没有关闭了。win10真是个辣鸡,现在后悔了,装单系统好了,win就用虚拟机挺好。反正用的不多,唉。
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: win10和linux双系统,linux下无法挂在win分区的奇怪问题

#4

帖子 poloshiao » 2016-11-17 14:09

The disk contains an unclean file system (0, 0).
http://askubuntu.com/questions/145902/u ... ibernation
Unable to mount Windows (NTFS) filesystem due to hibernation

http://askubuntu.com/questions/462381/c ... ile-system
Can't Mount NTFS drive “The disk contains an unclean file system”
jerry79
帖子: 187
注册时间: 2007-09-08 19:32

Re: win10和linux双系统,linux下无法挂在win分区的奇怪问题

#5

帖子 jerry79 » 2016-11-17 15:58

poloshiao 写了:
The disk contains an unclean file system (0, 0).
http://askubuntu.com/questions/145902/u ... ibernation
Unable to mount Windows (NTFS) filesystem due to hibernation

http://askubuntu.com/questions/462381/c ... ile-system
Can't Mount NTFS drive “The disk contains an unclean file system”
谢谢,这两个帖子我之前已经看过了,尤其是第一个,主要的解决方案就是关闭快速启动,powercfg /h off,但是这两个我都试过了,不行。
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: win10和linux双系统,linux下无法挂在win分区的奇怪问题

#6

帖子 poloshiao » 2016-11-17 19:43

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.
意思是
前次 Windows 關機 不完全
試試 重新開機後 完全關機

或者 掛載唯讀
jerry79
帖子: 187
注册时间: 2007-09-08 19:32

Re: win10和linux双系统,linux下无法挂在win分区的奇怪问题

#7

帖子 jerry79 » 2016-11-18 9:14

poloshiao 写了:
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.
意思是
前次 Windows 關機 不完全
試試 重新開機後 完全關機

或者 掛載唯讀

非常感谢。
重新进入windows,再关机,再按电源键开机,这个我已经试过了不行
另外,只读挂载不符合我的需求。
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: win10和linux双系统,linux下无法挂在win分区的奇怪问题

#8

帖子 poloshiao » 2016-11-18 9:52

装了双系统,win10+linux mint。
請提供 Mint 版本 及 使用桌面
jerry79
帖子: 187
注册时间: 2007-09-08 19:32

Re: win10和linux双系统,linux下无法挂在win分区的奇怪问题

#9

帖子 jerry79 » 2016-11-20 22:05

poloshiao 写了:
装了双系统,win10+linux mint。
請提供 Mint 版本 及 使用桌面
感谢回复。版本是linux mint18 cinnamon.
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: win10和linux双系统,linux下无法挂在win分区的奇怪问题

#10

帖子 poloshiao » 2016-11-21 7:18

登入 Windows
打開 磁碟管理程式
把 磁碟全部情形 擷圖 貼上來
Elan.zh
帖子: 1
注册时间: 2016-11-22 9:55
系统: win10

Re: win10和linux双系统,linux下无法挂在win分区的奇怪问题

#11

帖子 Elan.zh » 2016-11-24 11:29

我也碰到了这种情况:
我的是在win10卡死的时候强制关机了,弹出的错误和你一样
我的解决办法:
进入windows使用管理员打开cmd,执行磁盘修复的相关命令;
windows提示说需要在下次启动系统之前执行检测修复;
重启,在主板logo界面扫描修复
OK! :em02
头像
okzokz123
帖子: 114
注册时间: 2008-12-29 17:19

Re: win10和linux双系统,linux下无法挂在win分区的奇怪问题

#12

帖子 okzokz123 » 2017-04-15 15:33

win10_1067+ubuntustudio_1604,把win10快速关机禁用了,关闭win10再进ubuntu就可以挂win的NTFS分区了。
回复