Quote Originally Posted by avman View Post
when the router reboot, not work, i think because the partition not mounting:
from the routers log
Probably /etc/fstab (just like other files added to the flash) is missing, check with:
Code:
ls -la /etc/fstab
and then:
Code:
ls -la /usr/local/sbin/
If this is the case, re-run the first 3 lines of the optware installation part. It starts with
cd /tmp && wget -O flashf.tar.gz...
and ends with
flashfs save && flashfs commit && flashfs enable

This last one saves the file the flash (before running the commands, you can check if they really exist).