Page 1 of 1

/etc/hosts editing

Posted: Sun Apr 19, 2015 8:21 am
by mackowiakp
How can I edit /etc/hosts file. At this moment it is impossible because it is read-only filesystem. Is it possible?

Re: /etc/hosts editing

Posted: Sun Apr 19, 2015 9:38 am
by sectroyer

Code: Select all

cp /etc/hosts /mtd_rwarea/
mount -o bind /mtd_rwarea/hosts /etc/hosts
:)

Re: /etc/hosts editing

Posted: Sun Apr 19, 2015 10:07 am
by mackowiakp
THX !!!