mount ntfs 失败解决办法

时间:2019-03-11 19:51:39   收藏:0   阅读:192

在双系统中,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.

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!