Log in

Bekijk de volledige versie : How to modify Read-only file system



expert_vision
04-09-2011, 15:48
I want to change /usr/ppp/uni/dial file, but I can't because is protected by OS (WL500gPV2 1.9.2.7-d-r2710).So, how can I modify it ?

ABATAPA
04-09-2011, 18:19
I want to change /usr/ppp/uni/dial file, but I can't because is protected by OS (WL500gPV2 1.9.2.7-d-r2710).So, how can I modify it ?

1. Rebuild firmware with http://code.google.com/p/firmware-mod-kit/

or
2. Copy /usr/ppp/uni to writable space, and make
mount -o bind /path/to/new/uni/ /usr/ppp/uni

expert_vision
04-09-2011, 20:39
I was trying to avoid opt 1 (linux noob), but opt 2 looks much better :D
Thanks