在使用openwrt过程中,往往碰到设置网络失败的问题。笔者每次都是进入failsafe模式,键入命令firstboot恢复出厂设置,然后以前的配置和安装的软件全部都要重新配置。而想在failsafe模式下使用uci配置网络参数,得到如下错误:
uci: Entry not found原因是:
The root file system in failsafe mode is the only the SquashFS partition. The JFFS2 is not present.
解决方案:
To mount JFFS2 in read-write mode run:mount_root
这样再使用uci就ok了。
本文介绍在OpenWRT系统中遇到网络配置失败时如何解决问题。通过在failsafe模式下运行mount_root命令来挂载JFFS2分区,使系统能够读写,从而可以使用uci工具进行网络参数配置。
1282

被折叠的 条评论
为什么被折叠?



