Site Tools


admin-jffs2

JFFS

The JFFS menu contains settings and information used to create, prepare and view the status of a JFFS2 partition used for permanent storage.

Common routers contain two types of permanent storage:

Flash - is the storage area where the FreshTomato firmware image is uploaded, stored and executed. At boot time, the image is loaded into a squash filesystem which is a read-only filesystem. Flash size is measured in Megabytes (MB). You might find Flash storage occasionally referred to as Flash RAM. However, the FreshTomato team intentionally avoided this term, to reduce the chance of confusion with traditional (dynamic) RAM.

NVRAM - (Non-volatile RAM) is used for storing the hardware's configuration. While loading the firmware from the squash filesystem, parameters (in variable form) are fetched from the NVRAM. NVRAM size is relatively small and is measured in Kilobytes (KB).

Since modern routers have a relatively large amount of Flash memory available, FreshTomato can mount the unused storage space and make it available to FreshTomato for normal file storage. This function is called JFFS, short for the Journalling Flash File System type used for the storage. Currently, JFFS2 (version 2) is used.

The figures below represent an example of storage allocation (not to scale). The numbers will vary based on your FreshTomato version and your hardware specifications. See the Hardware Compatibility page for more information on specific FLASH and NVRAM specifications.



Enable: Checking this enables JFFS, as shown in the image below. (Default: Disabled).




Execute when mounted: In this field, enter the name of a script or command to run immediately after the JFFS partition becomes available to FreshTomato. (Default: blank).

Total / Free Size: This displays the storage size available to be used. This is fixed.

Format / Erase: The first time you enable JFFS, you must format the partition with the JFFS2 filesystem. Once formatting is complete, the “(not mounted)” status should change to “(mounted)” to reflect that FreshTomato has access to the partition. Once the JFFS partition is mounted, it can be accessed in the filesystem under the root directory as /jffs .

JFFS Notes and Troubleshooting

UPGRADE Warning: As a safety precaution, FreshTomato prevents you from upgrading firmware if a JFFS partition is mounted/in use. This is because if you were to disable JFFS and upgrade firmware, you might lose the data on the /jffs partition. Therefore, you should do a backup and restore to preserve the data there before upgrading. To learn more about backup and restore of JFFS partition data, see the XXXX page.

FREQENT Writes Warning: Flash storage is not designed for frequent write operations. Because of this, you should avoid performing frequent write operations to it. For example, avoid storing the logs in JFFS, as this will shorten the life of your router. However, flash memory's limitation is in the number of write operations, not the number of read operations. Therefore, an Entware installation would be fine. Nevertheless, JFFS should be used only if no other permanent storage, like USB or a CIFS share is available.

admin-jffs2.txt · Last modified: 2023/05/24 21:55 by hogwild