My openwrt was installed in the old pc , i dd openwrt's image into /dev/sdb1.
sudo fdisk -l /dev/sdb
Disk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Disk model: ST500DM002-1SB10
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x5f8979fa
Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 195508223 195506176 93.2G 83 Linux
/dev/sdb2 195510270 197462015 1951746 953M 5 Extended
/dev/sdb3 197462016 301062143 103600128 49.4G 7 HPFS/NTFS/exFAT
/dev/sdb4 301062144 976773119 675710976 322.2G 83 Linux
/dev/sdb5 * 195510272 197462015 1951744 953M ef EFI (FAT-12/16/32)
It is so huge that contain 93.2G space!But i found that space is full when to enter my openwrt.
df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 252.0M 246.9M 0 100% /
tmpfs 3.8G 2.8M 3.7G 0% /tmp
/dev/sdb1 252.0M 246.9M 0 100% /boot
/dev/sdb1 252.0M 246.9M 0 100% /boot
tmpfs 512.0K 0 512.0K 0% /dev
The /dev/sdb1 shown here is different from the /dev/sdb1
above.
How to enlarge more space for my openwrt to use?