mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 11:46:28 +00:00
e07bd834b6
Host disk bars were showing virtual filesystems like tmpfs, /dev, /run, /sys, and Docker overlay mounts. These clutter the UI and don't represent meaningful disk usage. Changed from `shouldIgnoreReadOnlyFilesystem` (read-only only) to the full `fsfilters.ShouldSkipFilesystem` which also excludes: - Virtual FS types: tmpfs, devtmpfs, sysfs, proc, cgroup, etc. - Special mountpoints: /dev, /proc, /sys, /run, /var/lib/docker, /snap - Network filesystems: fuse, nfs, cifs, etc. Related to #790