[NextCloudPi] What is taking up all my space?

Hey there,
again I need some help… I installed NCP on my RaspberryPi using Berryboot and an external harddrive (WD PiDrive Foundation Edition 375GB). After using about 130 GB of the avaible space, Nextcloud now tells me now, that I have no more space available (130GB of 130GB used). The second number decreased over time (if I remember it right, it started with something like “10GB of 250GB used”). I already raised the user limit to 1TB, that doesnt change anything.
Does anyone know what the problem is here? What other info do you need?

grafik

I tried to investigate further into this and could find the following. Does that look okay?
The 2.3 GB of free space correspond to what the Nextcloud-Webpage tells me to be available. But what is taking up all my storage space then? How can I find that out?

pi@nextcloudpi:~ $ df -h
Filesystem      Size  Used Avail Use% Mounted on
dev             403M     0  403M   0% /dev
none            344G  324G  2.3G 100% /
tmpfs           414M     0  414M   0% /dev/shm
tmpfs           414M   43M  372M  11% /run
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           414M     0  414M   0% /sys/fs/cgroup
/dev/mmcblk0p1  938M   40M  899M   5% /boot
tmpfs            83M     0   83M   0% /run/user/1000

pi@nextcloudpi:~ $ ls -l /media
total 8
drwxr-xr-x 2 root root 4096 Sep  1 03:00 nc-backup
drwxr-xr-x 3 root root 4096 Jan 28  2018 USBdrive

pi@nextcloudpi:~ $ lsblk -f
NAME        FSTYPE   LABEL     UUID                                 MOUNTPOINT
loop0       squashfs
sda
├─sda1
└─sda2      ext4     berryboot 47fa232c-8709-4755-bbb9-c591cba479zf
mmcblk0
└─mmcblk0p1 vfat     BERRYBOOT D21E-E80D                            /boot
zram0                                                               [SWAP]
zram1                                                               [SWAP]
zram2                                                               [SWAP]
zram3                                                               [SWAP]

What Nextcloud shows as available storage:

@nachoparker, any suggestion?

You see that space has being used. NC used more data, than one User Limit. It contains at least:
User used space + Trash bin + Files Versions + Previews + … . My assumption is that one user (with default NC configuration) with limit e.g. 1 Gb could use around 1,5 Gb of Physical disk space only because of files versions and trash bin. It could use even more, depends on your config.php

1 Like