Increased volume space but nextcloud doesn't recognize

Hi,

I have mounted a 100GB digitalocean volume to my instance and i was using it as nextcloud data directory. I’m using it for more than 10 months without any problem.

I have increased the storage to 150 GB but nextcloud still show error for low storage space and in the admin area it shows my volume size 100GB. When i checked on ubuntu my volume size is 150GB. Any idea how i can make nextcloud to update this value?

Screen Shot 2021-07-06 at 13.37.42

I have solved it.

After increasing the volume size on digitalocean panel, you have to run resize2fs command. For my case resize2fs /dev/sda solved my problem!