Image

Knowledge base → Increasing disk space in Nextcloud Snap on Ubuntu

[Virtual servers] [Applications on VPS/VDS]
Date of publication: 14.01.2025

To increase the disk size in the Nextcloud application, you first need to increase the disk size on the VDS.

To increase the disk size, contact technical support through the personal account and provide the details.

After increasing the disk size, you will need to expand the logical volumes. Use the following commands:

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

If necessary, this can also be done through technical support.

You can check the changes with the following commands:

df -h
lsblk -f

Now, when the space is physically available, it needs to be allocated to users using the administrative account in Nextcloud.

Go to the link:

https://domain.tld/index.php/settings/users

and specify the quota for each user:

After applying the changes, the quota will be displayed in the user’s apps.





No Comments Yet