首页 > Web开发 > 详细

mount ntfs 失败解决办法

时间:2019-03-11 19:51:39      阅读:192      评论:0      收藏:0      [点我收藏+]

在双系统中,ntfs可能会应为windows的缓存而挂载失败.可用下面命令修复.

 

Use ntfsfix in the terminal, even if you can‘t access Windows

sudo ntfsfix /dev/sdXY

where XY is the partition, e.g. a2 (/dev/sda2) or b1 (/dev/sdb1)

ntfsfix repairs some fundamental NTFS inconsistencies, resets the NTFS journal file and schedules an NTFS consistency check for the first boot into Windows.

mount ntfs 失败解决办法

原文:https://www.cnblogs.com/JiangOil/p/10512623.html

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