mount -t ntfs /dev/mmcblk0p1 /mnt/udisk 成功,
但中文不支持,
/ # ls /mnt/udisk
[ 23.512525] ntfs: (device mmcblk0p1): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set iso8859-1. You might want to try to use the mount option nls=utf8.
[ 23.530239] ntfs: (device mmcblk0p1): ntfs_filldir(): Skipping unrepresentable inode 0x2b.
System Volume Information cd_5.6M.dff
cd_11.2M.wav ybk.wav
cd_2.8M.wav
mount -t ntfs -o nls=utf8 /dev/mmcblk0p1 /mnt/udisk 挂载 ntfs 失败
/ # mount -t ntfs -o nls=utf8 /dev/mmcblk0p1 /mnt/udisk
[ 89.758490] ntfs: (device mmcblk0p1): parse_options(): NLS character set utf8 not found.
mount: mounting /dev/mmcblk0p1 on /mnt/udisk failed: Invalid argument
离线
make menuconfig fs nls把编码都勾上
离线
可以了
离线
可以了
怎么做到的?
离线