OpenWrt Disk Expansion Tutorial Supporting Two Modes

OpenWrt Disk Expansion Tutorial Supporting Two Modes

This tutorial has been tested on the OpenWrt soft router system compiled by the author, as well as on the OpenWrt soft router system compiled using Lean’s source code. Other non-Lean source code compiled OpenWrt soft router systems have not been tested, hence this note. 1. Open the disk management of the OpenWrt soft router … Read more

Comprehensive Guide to Disk Expansion in Linux Systems

Comprehensive Guide to Disk Expansion in Linux Systems

Click the blue “Most Programmer” to follow me! Add a “star“, every day at 18:03 to learn technology together Disk Expansion in Linux Systems After adding the disk in the console, Add Partition After restarting the system, perform the following operations Disk Partitioning [root@oracle ~]# fdisk /dev/sda Welcome to fdisk (util-linux 2.23.2). Changes will remain … Read more

Basic Knowledge of Bluetooth Technology

Basic Knowledge of Bluetooth Technology

Bluetooth (Bluetooth) is abbreviated as BT, and is a wireless communication technology jointly announced by five world-renowned companies: Ericsson, Nokia, Toshiba, IBM, and Intel in May 1998. From the introduction of Bluetooth 1.0 in 1999 to the latest Bluetooth 5.3 standard, the evolution of Bluetooth technology has gone through a long process. Below is a … 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