How to update Busybox on Router? (readonly filesystem)
Linux - EmbeddedThis forum is for the discussion of Linux and embedded devices.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
How to update Busybox on Router? (readonly filesystem)
Hello everyone,
I am not sure if this is the right section for this question.
I have a Linksys WRT54G with the Tomato firmware on it.
So the system running on the router is Busybox 1.14., which as far as I know is Linux-based.
I want to update the busybox to the newest version, using ipkg which is the only package manager it has installed on it.
By the way, I use telnet to access the router.
So I use # ipkg install (the url to newest busybox release)
but at some point it stops and says:
mkdir: cannot create directory '//opt/usr/': Read-only file system
so what can I do? How can I make the filesystem read-write?
someone suggested on another forum that I download the latest busybox image, and install it on an emulator and then upload that to the router...I don't really know how to do that either..
I have the same issue[Read-only file system] in DLink DSL-2640T router
Hello
I have DLink DSL-2640T Modem. I have installed the latest firmware V3.02B01T01.EU-A.20091107. After updating this firmware, the WDS option in the Advanced->Wireless Management was gone away. How can I enable it?
While I login to the router using telnet it shows me
BusyBox v0.61.pre (2009.11.07-07:14+0000) Built-in shell (ash)
While I navigate into /usr/www/html/advanced/wireless_mang_file.htm using telnet the WDS option was commented.
I want to edit the file /usr/www/html/advanced/wireless_mang_file.htm
While try to edit the file it throws the following error Read-only file system
How can I edit this file?
How can I change this folder with READ-WRITE permission?
Hello
I want to edit the file /usr/www/html/advanced/wireless_mang_file.htm
While try to edit the file it throws the following error Read-only file system
How can I edit this file?
How can I change this folder with READ-WRITE permission?
Regards
Rajan
Hello,
mount -n -o remount,rw /
With this command, you can convert read-only file system to read-write file system.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.