@
bugeye 还是不管用;-(
root@OpenWrt:~# dmesg | grep "usb"
[ 4.970000] usbcore: registered new interface driver usbfs
[ 4.980000] usbcore: registered new interface driver hub
[ 4.990000] usbcore: registered new device driver usb
[ 5.400000] usb 1-1: new high-speed USB device number 2 using ehci-platform
[ 9.300000] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 9.310000] scsi0 : usb-storage 1-1:1.0
[ 9.310000] usbcore: registered new interface driver usb-storage
root@OpenWrt:~# cat /etc/config/fstab
config 'global'
option anon_swap '0'
option anon_mount '0'
option auto_swap '1'
option auto_mount '1'
option delay_root '5'
option check_fs '0'
config 'mount'
option target /
option device /dev/sda2
option fstype ext4
option options rw,sync
option enabled 1
root@OpenWrt:~# fdisk -l
Disk /dev/sda: 7.4 GiB, 7969177600 bytes, 15564800 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x000b4fbf
Device Boot Start End Blocks Id System
/dev/sda1 2048 133119 65536 82 Linux swap / Solaris
/dev/sda2 133120 15564799 7715840 83 Linux