thelonelycoder
Part of the Furniture
The Entware server is up again but missing files. Best to wait until they mark this issue as solved on GitHub, they probably need to replicate the repository first.
Hi!
Now, the amtm/Diversion requires ext2/3/4 as file-system, even if this is no longer supported by the Merlin firmware. So, my dilemma is how to install amtm/Diversion on my router if this requires a Linux file-system, but my only 2 choices are Windows or Apple? Is there anything I am missing here?
Thanks again,
Cristian.
Out of curiosity, which is the best file system to choose?
Sorry to hijack, but I guess the OP might ask anyways.
Out of curiosity, which is the best file system to choose?
Sorry to hijack, but I guess the OP might ask anyways.
Install amtm, and use its menu (in an ssh terminal) for formatting, rather than using the router GUI. [Correction: you already have amtm installed if you are on the latest firmware - you just need to launch it in a terminal window. See post #1].
I am no expert, but with the limited USB write speed capability our Asus routers come with, would an increase actually help or cause more harm?Hi @thelonelycoder !
Can you add the ability to select the cluster size when formatting?
I would like to have a choice to get maximum performance.
HFS is an outdated file system. I have no idea why Asus keeps that choice at all in their routers. And yes, it is Asus, not Asuswrt-Merlin that gives you this restricted choice.Final question: Any chance of supporting HFS as well, not only ext? I am missing why ext is the only supported FS ...
No harm, you can even add not a lot of choice:I am no expert, but with the limited USB write speed capability our Asus routers come with, would an increase actually help or cause more harm?
In other words, best keep sector size at a sensible 512 then.No harm, you can even add not a lot of choice:
4096
8192
16384
32768
65536
on some flash drives the maximum performance is already at 16384
I write about cluster size, not sectorIn other words, best keep sector size at a sensible 512 then.
Again, what would be the advantage of setting it a higher size. The r/w performance on the router probably is the major limiting factor anyway.I write about cluster size, not sector
Example command:
mke2fs -t ext4 -O has_journal -L entware -C 65536 /dev/sdb1
exFat uses a default cluster size of 32k (32768), NTFS and ext4 - 4k, ext4 has the largest cluster 64k
Different flashdrives have different performance on different cluster sizes, this does not depend on the router, but on the controller in the flashdrive. Therefore, preliminary testing of the flashdrive is necessary.Again, what would be the advantage of setting it a higher size. The r/w performance on the router probably is the major limiting factor anyway.
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!