首页 > Web开发 > 详细

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

时间:2017-11-12 21:20:40      阅读:1706      评论:0      收藏:0      [点我收藏+]

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.

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!