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