template:jffs2

Differences

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

Link to this comparison view

Next revision
Previous revision
template:jffs2 [2025/03/29 02:35] – created lnrctemplate:jffs2 [2025/12/15 05:03] (current) lnrc
Line 5: Line 5:
 The following command creates a folder called “jffs2_extracted” to contain the data extracted from nand.bin. The following command creates a folder called “jffs2_extracted” to contain the data extracted from nand.bin.
 <code>sudo jefferson -d jffs2_extracted nand.bin</code> <code>sudo jefferson -d jffs2_extracted nand.bin</code>
 +
 +If your phone uses onenand, use the following command instead:
 +<code>sudo jefferson -d jffs2_extracted onenand.bin</code>
  
 Note: You may see the error Note: You may see the error
 <code>data_crc does not match!</code> <code>data_crc does not match!</code>
 The dump may still be working. Let it continue until the process is complete before trying other steps. The dump may still be working. Let it continue until the process is complete before trying other steps.
 +
 +//Helpful Extra Step:// Remove root ownership of the files so they can be moved elsewhere
 +<code>sudo chown -R <your_username>:<your_username> jffs2_extracted</code>
  
 **Troubleshooting** **Troubleshooting**
  • template/jffs2.1743212102.txt.gz
  • Last modified: 2025/03/29 02:35
  • by lnrc