remusmp / rpi-rt-kernel

65 stars 36 forks source link

Improper size of root partition #22

Open nikhilg2603 opened 2 months ago

nikhilg2603 commented 2 months ago

when I burned the bookworm image formed from the give steps and burn it into a sd card of 128gbs, it is creating a root partition of only 2.1 gbs which is 97% already used. Due to this we cannot download any other packages of use. Please help. issue

remusmp commented 2 months ago

Usually the images are very compact in size for faster transfer and another tool should be used to expand the partition after booting. Such a tool is resize2fs. Try to run sudo resize2fs /dev/mmcblk0p1 and let me know of its output.