Disk space

Hello everyone
I’m dual booting Windows and Fedora Workstation (42), and… I don’t know where is my disk space (Disk space analyser)

image
When I want to check my disk space with this tool then:

image
Where is my 134.3GB?

From a terminal run the command lsblk -f which will show you and the disk, partitions and how much data is used,

I would assume in the ntfs windows partitions from the lsblk output.

Legacy tools may not include all btrfs space usage. Try btrfs fi df / in a terminal.