Forums Archived

This forum has been archived. No new posts can be made and no new users can sign up. It remains here for reference only.

Find the new forums here

[SOLVED] Out of disk space

  • 251 Views
  • Last Post 24 October 2021
julianb posted this 24 October 2021

Hi, I have some trouble starting my Rust server. Seems like the error code is about disk space. I have AMP installed on a Ubuntu VM machine. I just expanded the image with 4 more GB, but that did not work. How do I empty the trash inside of the instance, and how can I give an instance more space? The server has 12GB unused diskspace, so I don't understand why it won't turn on.

Update state (0x5) verifying install, progress: 0.01 (424599 / 6297362507) 18:35:45 Error! App '258550' state is 0x202 after update job.

is this where AMP is installed? /dev/mapper/ubuntu--vg-ubuntu--lv if so, how do I expand it?

julianb posted this 24 October 2021

Solution:

sudo lvextend --extents +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv

sudo resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv

Close