Qengineering / Jetson-Nano-Ubuntu-20-image

Jetson Nano with Ubuntu 20.04 image
https://qengineering.eu/install-ubuntu-20.04-on-jetson-nano.html
BSD 3-Clause "New" or "Revised" License
702 stars 74 forks source link

Flashing on 128GB SD doesn't use its full storage #50

Closed benjmerales closed 11 months ago

benjmerales commented 11 months ago

I just recently flashed my SanDisk Extreme microSDXC 128GB memory card with the image. It works, but it only uses up to 32GB of space.

screenshot

Qengineering commented 11 months ago

@benjmerales,

That is common behaviour when flashing a large SD card with an image originally smaller.

You can enlarge the partition (in your screenshot /dev/mmcblk0p1) by using a tool called GParted

sudo apt-get install gparted

benjmerales commented 11 months ago

Nice! This worked flawlessly!

Thank you, closing this issue now

gpullela commented 10 months ago

Hello - I am getting the following error when I run gparted.

Screenshot 2023-11-12 at 11 06 46 PM

I ran the sudo apt-get install gparted command to install gparted but it is not letting me resize the partition on my sd card

Qengineering commented 10 months ago

You need to use another PC to do the trick. It is not possible the resize any partition on the SD-card you are currently using.