Linux 4.9
内核不支持 ntfs
,需要移植 ntfs-3g
来支持相关硬盘挂载
Open Source: NTFS-3G
ntfs-3g-manual
交叉编译之后生成 ntfs-3g
使用 mount
命令
mount -t ntfs-3g /dev/sdc1 /mnt/usb
ntfs-3g ntfs-3g /dev/sdc1 /mnt/usb
注意参数 big_writes
This option prevents fuse from splitting write buffers into 4K chunks, enabling big write buffers to be transferred from the application in a single step (up to some system limit, generally 128K bytes).