User Disk Usage

My Server configuration is:
Owncloud 9.1 on Ubuntu 16.04.2 LTS

VMWare virtual server with: 2 CPU - Memory: 16MB - 3TB HDD

I get 98% of used space warning

but i've a lot of space, so i get that from gparted:

From console i've that result:

$ df -h --total
File system Dim. Usati Dispon. Uso% Montato su
udev 7,9G 0 7,9G 0% /dev
tmpfs 1,6G 8,8M 1,6G 1% /run
/dev/mapper/ownCloud--vg-root 98G 92G 1,3G 99% /
tmpfs 7,9G 0 7,9G 0% /dev/shm
tmpfs 5,0M 0 5,0M 0% /run/lock
tmpfs 7,9G 0 7,9G 0% /sys/fs/cgroup
/dev/sda1 472M 467M 0 100% /boot
tmpfs 1,6G 0 1,6G 0% /run/user/1000
total 125G 92G 28G 77% -

How can i increase Owncloud to handle free space to all 3TB?

Hi,

correct me if I am wrong but you seem to have 2 partition. One that is currently being used by owncloud ( 1.09 TiB) and one that is not a partition yet ( 2.41 TiB). you would have to expand the current partition. I am not sure if you can do it on a life system of if you would have to copy the 1.09 partiton to another vm, resize the current vm and copy the files back.

Where is your data directory stored? If you do some simple maths, gparted is reporting that your boot partition is 98% full. Also, df -h is saying that your boot partition is 100% full, and your root partition ('/') is 99% full.