码迷,mamicode.com
首页 > Web开发 > 详细

kali 2016:mount ntfs 分区只读 --Falling back to read-only mount because the NTFS partition is in an unsafe state.

时间:2017-11-12 21:51:32      阅读:647      评论:0      收藏:0      [点我收藏+]

标签:span   refused   com   safe   mount   http   htm   nbsp   starting   

mount ntfs 分区

mount /dev/sdb1 /mnt/d

提示:

The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
or fast restarting.)

方案:命令都在管理员运行。

安装ntfsprogs:

apt install ntfsprogs

安装之后:

ntfsfix /dev/sdb1

修复之后先umount:

unmount /dev/sdb1

之后在mount:

mount /dev/sdb1 /mnt/d

 

参考:http://www.cnblogs.com/xiaoduc-org/p/5951500.html

 

kali 2016:mount ntfs 分区只读 --Falling back to read-only mount because the NTFS partition is in an unsafe state.

标签:span   refused   com   safe   mount   http   htm   nbsp   starting   

原文地址:http://www.cnblogs.com/zhishuai/p/7822810.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!