The Basic
- Nextcloud Server version (e.g., 29.x.x):
- Nextcloud Hub 26 Spring (34.0.2)
- Operating system and version (e.g., Ubuntu 24.04):
- Debian GNU/Linux 13 (trixie)
- Web server and version (e.g, Apache 2.4.25):
- nginx/1.26.3
- Reverse proxy and version _(e.g. nginx 1.27.2)
- there is no proxy
- PHP version (e.g, 8.3):
- 8.4.23
- Is this the first time you’ve seen this error? (Yes / No):
Yes
- When did this problem seem to first start?
20.08.2026
- Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
- Archive
- Are you using CloudfIare, mod_security, or similar? (Yes / No)
No
Summary of the issue you are facing:
Hello everyone. I’m facing a problem where the /dev/mapper/NextCloud–vg-root partition is 100% full. I don’t understand why the quota is set to 28GB and how to fix the situation. There are disks in mnt, and the disk containing the data/nextcloud folder is also mounted there. I’m attaching screenshots. I’d be grateful for any help.
Steps to replicate it (hint: details matter!):
Log entries
Nextcloud
Please provide the log entries from your Nextcloud log that are generated during the time of problem (via the Copy raw option from Administration settings->Logging screen or from your nextcloud.log located in your data directory). Feel free to use a pastebin/gist service if necessary.
Ошибка
no app in context
InsufficientStorage
Insufficient space in /Photos/Сочи 2024/IMG_20240929_223601.jpg
20 авг. 2026 г., 23:52:14
Ошибка
webdav
InsufficientStorage
Insufficient space in /Photos/Сочи 2024/IMG_20240929_223601.jpg
20 авг. 2026 г., 23:52:14
Предупреждение
no app in context
Temporary directory /mnt/sdc1/data/tmp is not present or writable
20 авг. 2026 г., 23:52:14
Предупреждение
no app in context
Temporary directory /mnt/sdc1/data/tmp is not present or writable
20 авг. 2026 г., 23:52:11
Ошибка
webdav
EntityTooLarge
Недостаточно места
20 авг. 2026 г., 23:52:11
Ошибка
no app in context
NotEnoughSpaceException
Exception thrown: OCP\Files\NotEnoughSpaceException
20 авг. 2026 г., 23:52:11
Предупреждение
no app in context
Temporary directory /mnt/sdc1/data/tmp is not present or writable
20 авг. 2026 г., 23:52:11
Предупреждение
no app in context
Temporary directory /mnt/sdc1/data/tmp is not present or writable
20 авг. 2026 г., 23:52:11
Предупреждение
no app in context
Temporary directory /mnt/sdc1/data/tmp is not present or writable
20 авг. 2026 г., 23:52:11
Предупреждение
no app in context
Temporary directory /mnt/sdc1/data/tmp is not present or writable
20 авг. 2026 г., 23:52:06
Ошибка
webdav
EntityTooLarge
Недостаточно места
20 авг. 2026 г., 23:52:06
Ошибка
no app in context
NotEnoughSpaceException
Exception thrown: OCP\Files\NotEnoughSpaceException
20 авг. 2026 г., 23:52:06
Web Browser
If the problem is related to the Web interface, open your browser inspector Console and Network tabs while refreshing (reloading) and reproducing the problem. Provide any relevant output/errors here that appear.
PASTE
Web server / Reverse Proxy
The output of your Apache/nginx/system log in /var/log/____:
2026/08/21 02:43:07 [error] 1025#1025: *118 FastCGI sent in stderr: "PHP message: PHP Notice: fwrite(): Write of 579 bytes failed with errno=28 No space left on device in /var/www/nextcloud/lib/private/Log/File.php on line 56" while reading response header from upstream, client: 10.100.1.1, server: hek08vgkkc3.sn.mynetname.net, request: "GET /ocs/v2.php/apps/updatenotification/api/v1/applist/34.0.3.2 HTTP/2.0", upstream: "fastcgi://unix:/run/php/php8.4-fpm.sock:", host:
Configuration
Nextcloud
The output of occ config:list system or similar is best, but, if not possible, the contents of your config.php file from /path/to/nextcloud is fine (make sure to remove any identifiable information!):
<?php
/*
* WARNING
*
* This file gets modified by automatic processes and all lines that are not
* active code (ie. comments) are lost during that process.
*
* If you want to document things with comments or use constants add your settings
* in a '<NAME>.config.php' file which will be included and rendered into this file.
*
* Example:
* <?php
* $CONFIG = [];
*
* See also: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#multiple-merged-configuration-files
*/
$CONFIG = array (
'instanceid' => '',
'passwordsalt' => '',
'secret' => '',
'trusted_domains' =>
array (
0 => '10.100.1.234',
1 => '',
),
'datadirectory' => '/mnt/sdc1/data',
'tempdirectory' => '/mnt/sdc1/data/tmp',
'dbtype' => 'pgsql',
'version' => '34.0.2.1',
'overwrite.cli.url' => 'https://10.100.1.234',
'dbname' => 'nextcloud',
'dbhost' => 'localhost',
'dbtableprefix' => 'oc_',
'dbuser' => 'nextcloud',
'dbpassword' => '',
'installed' => true,
'maintenance' => false,
'config_preset' => 1,
'maintenance_window_start' => 2,
'memcache.local' => '\\OC\\Memcache\\Memcached',
'memcache.distributed' => '\\OC\\Memcache\\Memcached',
'memcache.locking' => '\\OC\\Memcache\\Memcached',
'redis' =>
array (
'host' => 'localhost',
'port' => 6379,
),
'memcached_servers' =>
array (
0 =>
array (
0 => 'localhost',
1 => 11211,
),
),
'default_phone_region' => 'RU',
'app_install_overwrite' =>
array (
),
'updater.secret' => '',
);


