Description of problem: [fedora-mobile]# rpm -qa | grep f2fs f2fs-tools-1.14.0-2.fc34.x86_64 Version-Release number of selected component (if applicable): f2fs-tools-1.14.0-2.fc34.x86_64 How reproducible: Everytime Steps to Reproduce: ## Using the pinephone in jumpmode to have access to EMMC disk 1. dd if=fedora.img of=/dev/sdd bs=1M status=progress 2. resize partition to use maximum capacity instead of 4gb 3. resize.f2fs /dev/sda2 Actual results: Error: Device size is not sufficient for F2FS volume, more segment needed =5023 Expected results: Should works Additional info: See this github issue: https://github.com/nikhiljha/pp-fedora-sdsetup/issues/109 This workaround works: sudo podman run --rm --device="/dev/<F2FS PARTITION>:/dev/f2fspart:rwm" --entrypoint '["/bin/bash", "-c"]' fedora:33 "dnf -y install f2fs-tools && resize.f2fs /dev/f2fspart"