You are here: start » en » centro » servizos » vps

Virtual Servers Cloud (VPS) - CiTIUS VPS

Virtual Servers Cloud (VPS) - CiTIUS VPS

Virtual private servers (VPS) service in a private cloud. Users can create virtual machines with different hardware configurations to create persistent test environments or application deployments.

Service is accesible using https://vps.citius.usc.es/

Known problems

Increase Ubuntu Desktop disk space

Virtual machines created from Ubuntu Desktop image don't automatically use their assigned space. In order to do so it is necessary to use parted and resize2fs after assigning desired space in the web interface.

$ sudo parted
(parted) resizepart 2 100%
(parted) resizepart 5 100%
(parted) quit
$ sudo resize2fs /dev/sda5

If a warning about the disk being used is received it can safely be ignored. To check whether the space was successfully assigned or not use the following command:

$ df -h /