In-Depth Analysis of Linux SquashFS: From Principles to Practice

In-Depth Analysis of Linux SquashFS: From Principles to Practice 1 Overview of SquashFS: The Read-Only Compressed File System for Linux SquashFS (.sfs) is a GPL open-source licensed read-only compressed file system used by the Linux kernel, designed specifically for general read-only file system use cases. This file system excels in data backup and environments with … Read more

OpenWrt Basic Disk Expansion

OpenWrt Basic Disk Expansion

Because the space provided by the firmware is really too small, just installing a few software can cause problems, so it is strongly recommended to prioritize disk expansion after installation! Disk expansion involves different methods for different versions. The version we downloaded and used is ext4, while another version is squashfs. Ext4 Disk Expansion 1. … Read more