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