Nextcloud in Truenas 12 100 gb limitation

After installing it as a plugin in Truenas 12, I found it has only 100 gb for my files when on the same pool I have more than 1.5tb available. How to increase its capacity without using external storage?
thanks!

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 18.0.2):
Operating system and version (eg, Ubuntu 20.04):
Apache or nginx version (eg, Apache 2.4.25):
PHP version (eg, 7.1):

The issue you are facing:

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

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!):

PASTE HERE

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

PASTE HERE

You have a system partition and a data partition, and the data folder is on the system partition?

I have a sdd for system of Truenas and 3 pools one for programs, like emby, one for music and another one where nextcloud is located where there are more than 1.5tb available.

Please post some details

  • linux commands like mount, df, …
  • nextcloud configuration config/config.php
  • output for the limitation in nextcloud

I have no idea how to do that. I just installed the plugin as it is.

Perhaps can you look in your nextcloud gui. Is there a quota for your nextcloud users?

on server info it says:

Disk

root

Mount: /
Filesystem: zfs
Tamaño: 104.35 GB
Available: 102.49 GB
Used: 2%

You will get a notification once one of your disks is nearly full.

Archivos: 166

Storages: 2

Free Space: 102,5 GB

I think Nextcloud uses a path on /
And your other data is on another partition with 1.5tb.

Normally you do not really need your Nextcloud to access all data (primary storage).
Perhapy you can use external storage and NFS to access it.

how to increase its size then?