openwrt支持USB的ntfs存储时的挂载问题

一开始用的这个挂载命令:

mount -t ntfs /dev/sdb1 /mnt/sdb1/

ls /mnt/sdb1

[   96.790000] ntfs: (device sdb1): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set default.  You might want to try to use the mount option nls=utf8.
[   96.820000] ntfs: (device sdb1): ntfs_filldir(): Skipping unrepresentable inode 0x6b2.
[   96.840000] ntfs: (device sdb1): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set default.  You might want to try to use the mount option nls=utf8.
[   96.870000] ntfs: (device sdb1): ntfs_filldir(): Skipping unrepresentable inode 0x6c9.
[   96.890000] ntfs: (device sdb1): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set default.  You might want to try to use the mount option nls=utf8.
[   96.920000] ntfs: (device sdb1): ntfs_filldir(): Skipping unrepresentable inode 0x6a3.
[   96.970000] ntfs: (device sdb1): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set default.  You might want to try to use the mount option nls=utf8.
[   97.000000] ntfs: (device sdb1): ntfs_filldir(): Skipping unrepresentable inode 0xc6b3.
[   97.020000] ntfs: (device sdb1): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set default.  You might want to try to use the mount option nls=utf8.
[   97.050000] ntfs: (device sdb1): ntfs_filldir(): Skipping unrepresentable inode 0x650.

最后千辛万苦找到的解决办法:

mount -o nls=utf8 -t ntfs  /dev/sdb1 /mnt/sdb1/

  • 2
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值