Hi,
This means that you have to place the traffic history file on a
local usb device attached to the router.
How to find the right path to the router mounted device?
a) List of mounted devices in a telnet session. Here my configuration:
Code:
chief@RT-N66U:/tmp/home/root# [B]mount[/B]
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro)
proc on /proc type proc (rw)
tmpfs on /tmp type tmpfs (rw)
devfs on /dev type tmpfs (rw,noatime)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw)
/dev/mtdblock4 on /jffs type jffs2 (rw,noatime)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/sdb1 on [B]/tmp/mnt/sdcard[/B] type ext3 (rw,nodev,noatime,data=ordered)
/dev/sdb1 on /tmp/opt type ext3 (rw,nodev,noatime,data=ordered)
/dev/sda4 on [B]/tmp/mnt/Data[/B] type ext3 (rw,nodev,noatime,data=ordered
b) Create a folder on one of the mounted devices:
Code:
chief@RT-N66U:/tmp/home/root# cd /tmp/mnt/sdcard/
chief@RT-N66U:/tmp/mnt/sdcard# mkdir Traffic
chief@RT-N66U:/tmp/mnt/sdcard# cd Traffic/
chief@RT-N66U:/tmp/mnt/sdcard/Traffic#
c) Enter the path to the created folder into the router configuration:
Field on the page
Tools / Other Settings:
Do you see the difference?
The path is now towards
an exisiting local folder on the router, with Linux notation!
Your path with \\... was towards a Windows-Networkshare
, which is not supported on the router!
With kind regards
Joe