jilir / wl500g

Automatically exported from code.google.com/p/wl500g
0 stars 0 forks source link

Coul'd you make Mounting second USB Storage like the fist one? Automatic. #168

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Insert a flashdrive usb stick in the usb port on router

What is the expected output? What do you see instead?

I'd like to see it mounted and ready to use via FTP and SAMBA

Instead It just create /dev/sdb device file
and I had to:
1. mount file system via shell
(mkdir /tmp/mnt/discb
mount -t vfat -o iocharset=1251,codepage=866 /dev/sdb1 /tmp/mnt/discb)
2. confugire SAMBA manually to share to discs

What version of the product are you using?

ver. rtn-2308

Please provide any additional information below.

usb1 connected to WD MyBook External 1Tb HDD
usb2 connected to Sandisk SD CardReader - MicroSD 16Gb Card

Original issue reported on code.google.com by verogir...@gmail.com on 3 Nov 2010 at 9:53

GoogleCodeExporter commented 9 years ago
You have to read wl500g.info forum

Original comment by lly.dev on 10 Nov 2010 at 11:03