Incorrect Disk Capacity - WebDav mapping on Windows Machine

Hi Guys,

I have user with 5 GB quota applied on his account ans same I can see from nextcloud Web interface which is 5 GB but when I try to mount this user account on my local windows machine it shows incorrect disk space which is 205 GB

Disk%20Space%20from%20WEB

Disk%20Space%20from%20Mapped%20Drive

Support intro

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, 15.0.7):
Operating system and version (eg, Ubuntu 16.04):
PHP version (eg, 7.3):

The issue you are facing:

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

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

The output of your Apache/nginx/system log in `/va<?php
$CONFIG = array (
‘instanceid’ => ‘ochqalokkdgf’,
‘passwordsalt’ => ‘BlLXK2jmtwOuwPxFrr/r9gVff1N3pCu+W’,
‘secret’ => ‘i0nO91DvJoYikqTL9sf3qe8PHsXeB6/ufff23ojW8VGtMOgrevAZ’,
‘trusted_domains’ =>
array (
0 => ‘cloudrive.d2c.om’,
),
‘datadirectory’ => ‘/var-www/nextcloud/data’,
‘dbtype’ => ‘mysql’,
‘version’ => ‘15.0.7.0’,
‘overwrite.cli.url’ => ‘https://test.com’,
‘dbname’ => ‘nextclouddb’,
‘dbhost’ => ‘localhost’,
‘dbport’ => ‘’,
‘dbtableprefix’ => ‘oc_’,
‘mysql.utf8mb4’ => true,
‘dbuser’ => ‘nextclouddb’,
‘dbpassword’ => ‘XXXXXXXXX’,
‘installed’ => true,
‘mail_from_address’ => ‘XXXXXX’,
‘mail_smtpmode’ => ‘smtp’,
‘mail_sendmailmode’ => ‘smtp’,
‘mail_domain’ => ‘XXXXXX’,
‘mail_smtpauthtype’ => ‘LOGIN’,
‘mail_smtpauth’ => 1,
‘mail_smtphost’ => ‘XXXXXXXX’,
‘mail_smtpport’ => ‘587’,
‘mail_smtpname’ => ‘XX@XX.COM’,
‘mail_smtppassword’ => ‘XXXXXX’,
);

r/log/____`:

Is this limitation of Nextcloud ?
There is no control on user to upload any limit of data via WebDav mapped drive on local machine.