Space troubles?!

Support intro

Nextcloud version (eg, 20.0.5): 26.0.1
Operating system and version (eg, Ubuntu 20.04): Debian 11.7
Apache or nginx version (eg, Apache 2.4.25): Apache/2.4.56 (Debian)
PHP version (eg, 7.4): 8.1.18

The issue you are facing:
Hello, I have the following problem. I installed nextcloudpi on my Odroid HC1 and moved the data folder to the SSD. Now the system says opposite things. One graphic says that I still have 417.50 GB available. But underneath it says it’s only 1.5GB. Of course I have the problem that I can hardly upload anything anymore. Do you have an idea?

I have tried to solve the problem with that: [SOLVED] Not enough free space ?! - #9 by dec0de but cant figure out the problem.

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

The output of your Nextcloud log in Admin > Logging:

PASTE HERE

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'passwordsalt' => '5QFGfACH1zROd+kkS1BDyn+mw1F0Zl',
  'secret' => 'OmkTMefQS0apTw2kYgJarQIQkkw0OpCKGp9NfXGihWy2V1xh',
  'trusted_domains' => 
  array (
    0 => 'localhost',
    7 => 'nextcloudpi',
    5 => 'nextcloudpi.local',
    8 => 'nextcloudpi.lan',
    3 => 'nextcloudpi',
    11 => '91.66.74.158',
    1 => '192.168.0.5',
    14 => 'nextcloudpi',
    2 => '',
  ),
  'datadirectory' => '/opt/ncdata/data',
  'dbtype' => 'mysql',
  'version' => '26.0.1.1',
  'overwrite.cli.url' => 'https://nextcloudpi/',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'ncadmin',
  'dbpassword' => '',
  'installed' => true,
  'instanceid' => 'ocxir5pvtck3',
  'memcache.local' => '\\OC\\Memcache\\Redis',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' => 
  array (
    'host' => '/var/run/redis/redis.sock',
    'port' => 0,
    'timeout' => 0.0,
    'password' => ',
  ),
  'tempdirectory' => '/opt/ncdata/data/tmp',
  'mail_smtpmode' => 'sendmail',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_from_address' => 'admin',
  'mail_domain' => 'ownyourbits.com',
  'preview_max_x' => '2048',
  'preview_max_y' => '2048',
  'jpeg_quality' => '60',
  'overwriteprotocol' => 'https',
  'maintenance' => false,
  'logfile' => '/opt/ncdata/data/nextcloud.log',
  'trusted_proxies' => 
  array (
    11 => '127.0.0.1',
    12 => '::1',
    13 => 'nextcloudpi',
    14 => '',
  ),
  'loglevel' => '2',
  'log_type' => 'file',
);

The output of your Apache/nginx/system log in /var/log/____:

PASTE HERE

PASTE HERE


Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

[ nc-previews-auto ]
Sat 13 May 2023 06:25:02 AM CEST - Running /etc/cron.daily/ncp-autoupdate...

There is a bug report where 32bit-system seem to have the same problem:

They are working on a solution, but it is not reviewed yet:

(you can help reviewing it by testing the changes. Make good backups, ideally test on a dedicated test setup before).

Once the fix is reviewed and merged, it will be released with one of the next bugfix releases (NC 26.0.2 or NC 26.0.3).

2 Likes