You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to resize a partition other than 1 on a real disk the first partition is selected instead
# fatresize /dev/mmcblk0p2 -vvv -s 800M
fatresize 1.1.0 (20201114)
ped_device_get(/dev/mmcblk0)
ped_device_open()
ped_disk_new()
ped_disk_get_partition(1)
Error: Partition /dev/mmcblk0p1 is being used. You must unmount it before you modify it with Parted.
Workaround is to specify -n 2 in this case.
Found this as a regression to 1.0.2-11 when updating from an older yocto project.
When trying to resize a partition other than 1 on a real disk the first partition is selected instead
Workaround is to specify
-n 2
in this case.Found this as a regression to
1.0.2-11
when updating from an older yocto project.I think this relates to #24
The text was updated successfully, but these errors were encountered: