# File lib/facter/util/partitions/openbsd.rb, line 22
    def self.filesystem(partition)
      scan_mount(/\/dev\/#{partition}\son\s\S+\stype\s(\S+)/)
    end