1、设置源并更新
opkg update
2、安装USB驱动,这里是BCM4712芯片的,其他芯片自己查
opkg install kmod-usb-ohci opkg install kmod-usb-storage
3、 openwrt使用默认的ntfs模块挂载ntfs分区只有读权限,安装ntfs-3g代替
opkg install ntfs-3g
4、重启
reboot
5、挂载ntfs
mount -t ntfs-3g /dev/sda4 /mnt/
转载于:https://www.cnblogs.com/pcx69/p/3661271.html