Volume size is 7.91 TB and free space is 642 GB. There is 1 shared folder on this volume. Recycle bin is disabled. I mounted this shared folder on my ubuntu virtual machine as follows:
Code: Select all
//192.168.1.3/Collection /mnt/Collection cifs user=user_RW,password=p@ssw0rd,file_mode=0777,dir_mode=0777 0 0
Code: Select all
root@ubuntu:/mnt/Collection# stat -f /mnt/Collection
File: "/mnt/Collection"
ID: 5a918d1300000000 Namelen: 255 Type: smb2
Block size: 1024 Fundamental block size: 1024
Blocks: Total: 8492111668 Free: 246510076 Available: 246510076
I tried to mount this smb share on other ubuntu virtual machine and it was the same problem with free space calculations.
TOS veriosn is 5.1.103. Reboot does not help. I tried to increase volume size by 100 GB but it does not help. There is still 400 GB of missing space.
Please help me find the root cause and repair it.

