Hello!
I recently installed openwrt-ar71xx-generic-tl-wr842n-v2-squashfs-factory.bin to my TL-WR842ND V2 router. Little later I upgraded it with this: lede-17.01.4-ar71xx-generic-tl-wr842n-v2-squashfs-sysupgrade.bin.
I was able to configure the basics on the web GUI. Now I would like to attach and share a drive via USB.
I used this description:
https://lede-project.org/docs/user-guide/usb-drives
Here is the result:
opkg update - successful
opkg install kmod-usb-storage - successful
opkg install usbutils - successful
lsusb -t
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
|__ Port 1: Dev 3, If 0, Class=Mass Storage, Driver=usb-storage, 480M
ls -l /dev/sd*
root@LEDE:~# ls -l /dev/sd*
brw------- 1 root root 8, 0 Jan 1 21:43 /dev/sda
brw------- 1 root root 8, 1 Jan 1 21:43 /dev/sda1
opkg install block-mount - successful
So far it's good I think. But by the next step I have no result.
block info | grep "/dev/sd"
As far as I understand the drive wasn't mounted.
Accordingly there is not visible by Mount Points at the GUI but can be seen by SWAP.
I tried 2 USB drive and a 2,5" HDD. The only thing wich was changed is the Device (and therefore its size) by SWAP at the Web GUI
Can somebody help me out what could be the problem?
Regards,
Imre