Rock960 - Ubuntu server - Where are my 32GB?

Hi all,

After installing OS I have had some memory usage problems.

I just reinstalled the latest Ubuntu image from:

https://dl.vamrs.com/products/rock960/images/

Then I did free -h to check my RAM usage… I see I have 4GB, which is fine.

Then I did df -h to check my memory usage… but I saw that I barely have 10GB, which is not fine. I expected to see about 32GB.

sudo%20minicom%20-D%20-dev-ttyUSB0_009

Then installed a Debian image and check memory again. Everything seems OK:

sudo%20minicom%20-D%20-dev-ttyUSB0_010

I am a bit confused :cold_sweat: :sweat_smile:

Any idea?

Thank you in advance

Hello,

I think you can use resize2fs to expand the size of the filesystem::

resize2fs /dev/root
1 Like

Hi, Albert

Please check my reply in another post:

basically you need to use parted to resize the partition and extend the filesystem.

1 Like

Great!

Thank you very much!