Resize EMMC OpenWrt 24.10

Hi. To resize EMMC partition on a BPI R3 I used:

opkg update
opkg install parted
parted /dev/mmcblk0
print
resizepart 5 7G
reboot
mount /dev/mmcblk0p66 /mnt
umount /dev/mmcblk0p66
resize.f2fs -s /dev/mmcblk0p66
poweroff

But in OpenWrt 24.10 there’s no /dev/mmcblk0p66.

What is the proper way to resize EMMC partition on OpenWrt 24.10? Thanks

Ok. I’m going to answer myself.

Flash NAND → Flash EMMC → Start on NAND → cfdisk /dev/mmcblk0 → Resize /dev/mmcblk0p5

Start on EMMC and everything is ok.

1 Like