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
about the "magic numbers" 976563 is the Start sector of the 13.5G ext4 root partition as shown by fdisk -l <path to hdd.raw>, and 500000256 (root_par_offset) is the start sector * sector size (512 bytes), so the partition start offset in bytes
Not sure if this is super useful since not many (if any) people have needed it so far, but gonna leave this here just in case it might be.
The text was updated successfully, but these errors were encountered:
From https://t.me/ubports_devel/70273 when someone asked about getting a bigger rootfs (assumes linux env and not using the snap):
about the "magic numbers"
976563
is the Start sector of the13.5G
ext4 root partition as shown byfdisk -l <path to hdd.raw>
, and500000256
(root_par_offset
) is the start sector * sector size (512 bytes), so the partition start offset in bytesNot sure if this is super useful since not many (if any) people have needed it so far, but gonna leave this here just in case it might be.
The text was updated successfully, but these errors were encountered: