Code: Select all
sudo raspi-config
That's because you made an image of your 32GB card with something like dd or win32diskimager, which are bit copiers that make an exact duplicate.Hammer379 wrote: ↑Thu Jan 09, 2020 4:51 pmI have a 128gb as card working with my rpi 4 but I flashed with a image that I took from my 32 gb card when I check the free space on 128gb card says just 25gb seems to me it not utilizing full 128gb card what can I do to fix this ?? Short of starting over fresh?
Boot your Pi from a different SD card. Attach the 128GB card to your Pi using a USB adapter. Run gparted and manually expand the partition.
Expanding doesn't work because your image copy also duplicated the 32GB partition table.
HawaiianPi wrote: ↑Thu Jan 09, 2020 9:58 pmThere are ways to copy the Raspbian install from a NOOBS card to a stand-alone Raspbian card
Well, the procedure described at the link above will convert a NOOBS install to a regular (non-NOOBS) install. And it will "expand" the filesystem along the way.