[FS#2951] x86_64 ext4 generic: online resizing of root partition fails

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Wed Mar 10 19:46:02 GMT 2021


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#2951 - x86_64 ext4 generic: online resizing of root partition fails
User who did this - Mario Tremblay (MarioT)

----------
Issue was already present in the x86_64 image.

Could be related to the partition not aligned to 4k boundary.
Following workaround has allowed me to resize the ext4 "root":

mount -o remount,ro / #Remount root as ReadOnly
tune2fs -O^resize_inode /dev/mmcblk0p2 #Remove reserved GDT blocks
fsck.ext4 /dev/mmcblk0p2 #Fix part, answer yes to remove GDT blocks remnants

#reboot
resize2fs /dev/mmcblk0p2
----------

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=2951#comment9480

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list