Site Tools


jffs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
jffs [2021/01/31 22:09] hogwildjffs [2021/11/12 00:57] (current) – there is not "underlyingg (Linux) OS" djk44883
Line 5: Line 5:
 Common routers contain two types of permanent storage: Common routers contain two types of permanent storage:
  
-**Flash RAM** - is the storage area where your tomato firmware image is uploaded, stored and executed. At boot time, the image is loaded into a squash filesystem which mean it's executed read-only. Flash size is measured in Megabytes (MB).+**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 means it's executed read-only. 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 where the configuration is stored. While loading the firmware from the squash filesystem, parameters in the form of variables are fetched from the NVRAM. NVRAM size is relatively small and is measured in Kilobytes KB.+**NVRAM** - (Non-volatile RAMis used for storing the hardware'configuration. While loading the firmware from the squash filesystem, parameters in the form of variables 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, Tomato can mount the unused storage space and make it available to Tomato's underlying (Linux) OS for normal file storage operations. This function is called JFFS, short for the //Journalling Flash File System// type used for the storage. Currently, JFFS2 (version 2) is used.+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, and don'scale well. The numbers will vary based on your Tomato version and your hardware specifications. See the [[:hardware_compatibility|Hardware Compatibility]] page for more information on specific FLASH and NVRAM specifications.\\ +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|Hardware Compatibility]] page for more information on specific FLASH and NVRAM specifications. 
-[[https://wiki.freshtomato.org/lib/exe/detail.php?id=jffs&media=pasted:20200524-095635.png|{{:pasted:20200524-095635.png}}]]+ 
 +\\  [[https://wiki.freshtomato.org/lib/exe/detail.php?id=jffs&media=pasted:20200524-095635.png|{{:pasted:20200524-095635.png}}]]
  
 **Enable:** Checking this box enables JFFS, as shown in the image below. (Default: Disabled). **Enable:** Checking this box enables JFFS, as shown in the image below. (Default: Disabled).
  
-**Execute when mounted:** In this field, you can enter the name of a script or similar to run immeidately after the partition becomes available to Tomato. (Default: blank).+**Execute when mounted:** In this field, you can enter the name of a script or similar to run immediately after the partition becomes available to FreshTomato. (Default: blank).
  
-**Total / Free Size: **This displays the storage size available/the storage amount in use. This cannot be changed.+**Total / Free Size: **This displays the storage size available to be used. This cannot be changed.
  
-**Format / Erase:** The very first time you enable JFFS, you must format the partition with the JFFS2 filesystem. Once formatting is complete, the "(not mounted)" should change to "(mounted)" to reflect that Tomato has access to the partition. Once the JFFS partition is mounted, it can be accessed in the filesystem under the root folder as /jffs .+**Format / Erase:** The very 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 .
  
-\\ +\\  [[https://wiki.freshtomato.org/lib/exe/detail.php?id=jffs&media=pasted:20200524-101530.png|{{:pasted:20200524-101530.png}}]] \\
-[[https://wiki.freshtomato.org/lib/exe/detail.php?id=jffs&media=pasted:20200524-101530.png|{{:pasted:20200524-101530.png}}]]+
  
-NOTE: As a safety precaution, FreshTomato will prevent you from doing firmware upgrades if a JFFS partition is mounted/in use. If you disable JFFS and upgrade the FreshTomato firmware, you'll lose the contents of the /jffs partition. For this reason, you should do a backup and restore operation to preserve your data there. To learn more about backup and restore of JFFS partition data, see the XXXX page.+===== Notes/Troubleshooting =====
  
-=== Technical Notes/Troubleshooting ===+**WARNING**: As a safety precaution, FreshTomato will prevent you from performing firmware upgrades if a JFFS partition is mounted/in use. The reason for this is that if you were to disable JFFS and upgrade the FreshTomato firmware, you might lose the contents of the /jffs partition. For this reason, you should do a backup and restore operation to preserve the data there. To learn more about backup and restore of JFFS partition data, see the XXXX page.
  
-**IMPORTANT: **Flash memory is not designed for frequent write operations. Because of this, you should avoid frequent write operationss to it. For example, avoid storing the logs in JFFS as it will shorten the life of your router. Once FLASH Limitation is the writes but not the reads so e.g. an entware installation would be totally ok insteadBeaware of your JFFS, it should be used only if no other storage like USB or CIFS is available.+**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 JFFSas this will shorten the life of your router. However, flash memory's limitation is in the number or write operations, but not the number of read operationsTherefore, an Entware installation would be fineBe aware that your JFFS should be used only if no other storage like USB or CIFS share is available.
  
  
jffs.1612130970.txt.gz · Last modified: 2021/01/31 22:09 by hogwild