Hello there,
I got issue with my RT-AX88U (NON pro version) with my /jffs mount point and I had read a lot of threads here and there about it. Probably too much as everything is mixed in my brain.
First, I had a Garbage Collector issue and I discovered there is still space left on my /jffs. The problem is taht it's on Read Only mode while it was mounted with RW.
First I restart my router but it doesn't help.
Next, I restore my /jffs partition through GUI : no issue during the process (while it is RO ) but it doesn't help too.
I then thought about wiping it but the option is not available anymore.
So I dig around and found a post from @RMerlin stating that :
Then I started to see "mount" results showing /jffs as ubi mounted point (example) and my brain explode!
Is my model (AX88U) should use the UBI filesystem for /jffs?
- If not, why the "jffs wipe" option is not available?
- If yes, why "mount" return doesn't show ubi fs for /jffs mounting point? And as ubi is a RO filesystem how user scripts are managed?
So my questions are:
- in what configuration my router should be? jffs2, ubi?
- I probably messed up things on it. How could I get back on track? A full wipe? But if I restore my configuration (including /jffs part) will it go mad again?
Thanks for your help and sorry for this long post.
Enjoy!
PS : I'm on latest firmware (3004.388.7)
I got issue with my RT-AX88U (NON pro version) with my /jffs mount point and I had read a lot of threads here and there about it. Probably too much as everything is mixed in my brain.
First, I had a Garbage Collector issue and I discovered there is still space left on my /jffs. The problem is taht it's on Read Only mode while it was mounted with RW.
Bash:
RT-AX88U:/tmp/home/root# touch /jffs/test
touch: /jffs/test: No space left on device
RT-AX88U:/tmp/home/root# df -h /jffs/
Filesystem Size Used Available Use% Mounted on
/dev/mtdblock9 63.0M 48.1M 14.9M 76% /jffs
RT-AX88U:/tmp/home/root# mount
ubi:rootfs_ubifs on / type ubifs (ro,relatime)
[snip]
/dev/mtdblock9 on /jffs type jffs2 (rw,noatime)
First I restart my router but it doesn't help.
Next, I restore my /jffs partition through GUI : no issue during the process (while it is RO ) but it doesn't help too.
I then thought about wiping it but the option is not available anymore.
So I dig around and found a post from @RMerlin stating that :
(source: https://www.snbforums.com/threads/asuswrt-merlin-3004-388-7-is-now-available.89811/post-907028)It's never been there. These router uses the UBIFS filesystem, not JFFS. And since the router now stores a lot of its configuration there, erasing its content makes no sense unless you were doing a factory default reset.
The last router that used JFFS was the RT-AC5300.
Then I started to see "mount" results showing /jffs as ubi mounted point (example) and my brain explode!
Is my model (AX88U) should use the UBI filesystem for /jffs?
- If not, why the "jffs wipe" option is not available?
- If yes, why "mount" return doesn't show ubi fs for /jffs mounting point? And as ubi is a RO filesystem how user scripts are managed?
So my questions are:
- in what configuration my router should be? jffs2, ubi?
- I probably messed up things on it. How could I get back on track? A full wipe? But if I restore my configuration (including /jffs part) will it go mad again?
Thanks for your help and sorry for this long post.
Enjoy!
PS : I'm on latest firmware (3004.388.7)