Extract JFFS2 Filesystem from Ubuntu 20.04

 

1. Install required packages:

sudo apt install python3-pip git python3-lzo

sudo pip3 install cstruct

git clone https://github.com/sviehb/jefferson.git

cd jefferson

sudo python3 setup.py install

2. Extract filesystem:

jefferson rootfs

This will extract the filesystem contents to directory jffs2-root.

Demo

Comments

Popular posts from this blog

Decrypt TP-Link config.bin Configuration Backup File

Firmadyne Installation & Emulation of Firmware

Extract / Create Cramfs File System from Ubuntu 20.04