Wrong free space on smb share
Posted: 06 Oct 2024, 04:47
Hello!
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:
The problem is that ubuntu shows the wrong amount of free space:
I tried to write 300 GB data there from my windows computer and its ok, but after that i had problems on ubuntu. I was unable to write data from ubuntu to this network share, although there was definitely still free space there.
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.
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.