Category: OpenWRT
-
Configure partition table, format and auto mount disks. MBR – EXT4
Connect the External HDD: Ensure that your external HDD is connected to your Debian system. Identify the Device: Use the lsblk or fdisk -l command to identify the device name of your external HDD. It will typically be something like /dev/sdX, where X is a letter assigned to the drive. Partition the Drive with MBR:…
-
Resize OpenWRT partition
After OpenWrt installation on a 8GB sd card I noticed that I only had 104 MB of disk space left for future software installation. The file system was only using a fraction of the 8GB so I needed to expand the size of the partition as well as for the file system. Boot up your…