# File lib/facter/util/partitions/openbsd.rb, line 3
    def self.list
      Facter::Core::Execution.exec('df').scan(/\/dev\/(\S+)/).flatten
    end