Free disk space not updated after external file operations not affecting the views
- Dominant language
- Vala
- Stars
- 365
- Forks
- 82
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 3
Description
### What Happened?
When i hover over the root filesystem, it reports 6,3 GB free disk space, but more is already used and only 2.1 GB are actually free.
It can even be different on different Files windows: https://youtu.be/veGiWXvZe5o
### Steps to Reproduce
1. Check free disk space in files

2. Use some of that space
3. check disk space again. it has not changed
4. check with a different tool like `df -h` in terminal
```
[davidak@gaming:~]$ df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 1.6G 0 1.6G 0% /dev
tmpfs 16G 477M 16G 3% /dev/shm
tmpfs 7.9G 7.7M 7.9G 1% /run
tmpfs 16G 480K 16G 1% /run/wrappers
/dev/sda2 450G 427G 2.1G 100% /
tmpfs 29G 153M 29G 1% /tmp
tmpfs 3.2G 84K 3.2G 1% /run/user/1000
```
the available space is different!
### Expected Behavior
the free disk space should be displayed in real time when i hover it
### OS Version
Other Linux
### Software Version
Latest release (I have run all updates)
### Log Output
_No response_
### Hardware Info
Internal SATA SSD
Contributor guide
Assessment
This issue has not been assessed yet.