Android X86 如何支持NTFS格式的U盘挂载?
哥特帝景 2012-05-24 01:39:54 对于ARM构架的Froyo,我将ntfs-3g移植到external目录下后,在终端可以手动挂载NTFS格式的设备但是在X86下,移植ntfs-3g后,编译成功
但是在终端用命令“ntfs-3g /dev/block/sda1 /mnt/sdcard”挂载时出错,请高手指教!!
出错提示如下:
ntfs_mst_post_read_fixup:magic:0x4e9052eb size:1024 usa_ofs:18004 usa_count:8274:Invalid argument
Record 0 has no FILE magic (0x4e9052eb)
Failed to load $MFT:I/O error
NTFS is either inconsistent,or there is a hardware fault,or it's a
SoftRAID/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.