在雙系統中,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.
