diff --git a/fs/fs.go b/fs/fs.go index d5b7072d02..4e7bde7c32 100644 --- a/fs/fs.go +++ b/fs/fs.go @@ -125,6 +125,7 @@ func processMounts(mounts []*mount.Info, excludedMountpointPrefixes []string) ma supportedFsType := map[string]bool{ // all ext systems are checked through prefix. "btrfs": true, + "tmpfs": true, "xfs": true, "zfs": true, }