What's new

Installing asusware to jffs - Resize jffs partition?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Grump

Regular Contributor
Is it possible to resize the jffs partition? I recall reading it could support 90MB but it's only set to 32MB. I didn't want to dedicate a USB stick to asusware because I only wanted a couple of packages (and I'm stubborn.) 64MB instead of 32MB would really add some breathing room.

How to install asusware to /jffs for those wondering...
This is on an RT-AC66U, it might be different for other models...

Code:
nvram set apps_dev="mtdblock5" # check "mount" for jffs mount
/usr/sbin/app_base_packages.sh
ipkg update # ignore asus 404 errors
ln -s /jffs/asusware /tmp/opt

Setup /opt on reboot
ipkg install nano
nano /jffs/scripts/services-start (or vi if you want)
Code:
#!/bin/sh

ln -s /jffs/asusware /tmp/opt
 
Last edited:
Is it possible to resize the jffs partition? I recall reading it could support 90MB but it's only set to 32MB. I didn't want to dedicate a USB stick to asusware because I only wanted a couple of packages (and I'm stubborn.) 64MB instead of 32MB would really add some breathing room.

Resizing JFFS would require you to modify the kernel code, and recompiling the firmware.
 
Is it possible to resize the jffs partition? I recall reading it could support 90MB but it's only set to 32MB. I didn't want to dedicate a USB stick to asusware because I only wanted a couple of packages (and I'm stubborn.) 64MB instead of 32MB would really add some breathing room.

How to install asusware to /jffs for those wondering...
This is on an RT-AC66U, it might be different for other models...

Code:
nvram set apps_dev="mtdblock5" # check "mount" for jffs mount
/usr/sbin/app_base_packages.sh
ipkg update # ignore asus 404 errors
ln -s /jffs/asusware /tmp/opt

Setup /opt on reboot
ipkg install nano
nano /jffs/scripts/services-start (or vi if you want)
Code:
#!/bin/sh

ln -s /jffs/asusware /tmp/opt

Thank you!
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top