在linux(Centos)上做了一个NTFS分区,一次使用忽然无法挂载该分区,报错信息如下:

D/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.

截图:

着急的呀,就是挂不上,google了好久,终于发现了解决的办法,只需运行命令ntfsfix /dev/sda7(ntfs分区),然后就可以了,如下:

ntfsfix /dev/sda7

截图:

再挂载:

ntfs-3g /dev/sda7 /ntfs

成功!