Nextcloud HDD issue

Nextcloud version (eg, 20.0.5): 26.0.1
Operating system and version __: Armbian Debian Bullseye
Apache or nginx version _: Apache2.4.56
PHP version (eg, 7.4): 8.1

The issue you are facing:
I have nextcloud installed via NCP on an odroidhc2 an ArmV7 sbc with a 6tb hard drive.
Formatted fat32 ext4.

When I run df -T -h I see

But in Nextcloud - Admin - System I see]

When I’m on my nextcloud page it says ‘Storage Full’

Is there a way I can remedy this??

Anybody? Please

Is this a 32bit system? There have been issues in the past regarding storage size of large disks, normally they tried to fix them for current versions. There were a few follow up fixes ([stable26] Get rid of more int casts in file size manipulations by backportbot-nextcloud[bot] · Pull Request #38289 · nextcloud/server · GitHub) that made it in NC 26.0.2. So I’d try to update to this version and check if the problem still exists.

1 Like

Upgraded to 26.0.2 successfully,
unfortunately it did not fix the issue.
And yes it’s 32bit arm, armv7

Now there is 26.0.3 :wink: If that still fails, check the bug tracker and open a topic there. If it is the general free storage (the quotas that fail) → Issues · nextcloud/server · GitHub
If it is the fancy server status overview (your second screenshot), then it is Issues · nextcloud/serverinfo · GitHub

Unfortunately didnt