Hello.
I have AsusWL500gP, with Oleg's firmware and HeadStart II from this tutorial:http://www.wl500g.info/showthread.ph...117#post112117,

I enabled NFS Server at web interface. Export "/mnt (rw)".
I can connect to Asus/mnt, but only "read only". How to connect "read/write"?

content of file "/etc/exports":
/mnt (rw)

content of file "/proc/fs/nfs/exports":
# Version 1.1
# Path Client(Flags) # IPs
/mnt 192.168.1.2(ro,root_squash,sync,wdelay) # 192.168.1.2
/mnt 192.168.1.76(ro,root_squash,sync,wdelay) # 192.168.1.76

But I need from address 192.168.1.2 "rw". How do it? Where is generated this file?
Thx for help.