For doing manipulations/audits/etc it would be helpful if the `partitions` hash had a `monted_as` (or similar) key for each partition.
In this way I can easily find `/boot` or `D:` without more advanced tricks.
Would you like to submit a PR? jcpunk
jcpunk We use the sys-filesystem gem to collect mounts, so I'd imagine that data is already being collected by the gem, but not captured by facter. I'd start looking here: https://github.com/puppetlabs/facter/blob/41475dd9fa8ef725a616fd8081a388a0fac5e654/lib/facter/resolvers/mountpoints.rb#L48