I would like to do that. However, there is no such option in the menu as specified by that page. There is no "enable jff" in the menu Admin - system. This is the latest firmware that I am using. However, there is a /jff mount that is not a tmpfs and I was able to place my own smb.conf in the path specified by that page. However, it did not change the file that was created at boot to /etc/smb.conf (which is a symlink to the tmpfs partition metioned above).
Are you using Merlin's firmware? If so, what version?
That and other reasons is why asuswrt-merlin exists.I thought so, but apparently it says
3.0.0.4.380_4005-ge00c831
which then isn't? Damn.
SO if this is the ASUS standard, then does that mean that the standard firmware does not allow for any changing of the configs whatsoever????
I need to add a line to smb.conf whihc is in tmpfs
THe guide says to add config to /jffs/configs after allowing it from "administration/system/jffs".
However, there is no such place in the interface...
It will. You can use custom config files or postconf scripts to persist your customizations. See the wiki here: https://github.com/RMerl/asuswrt-merlin/wiki/Custom-config-filesAnyone know if the smb.conf file get reset at each reboot? I think it does. I made some changes and they did not persist after a reboot.
If you mean this guide:
https://github.com/RMerl/asuswrt-merlin/wiki/Custom-config-files
Then you missed the part where you have to create a file on the router to add your samba parameter(s).
Do this:
- have jffs enabled (you did that already in the router WebUI)
- have ssh or telnet access to your router enabled
- log in using either of the two
- create the file /jffs/configs/smb.conf.add
- add the parameters to smb.conf.add
- reboot router
Done
socket options = TCP_NODELAY IPTOS_LOWDELAY
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=65536 SO_SNDBUF=65536
Modifying send and receive buffers will actually significantly lower performance. You can read up on some benchmarks with various options and results here
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!