# File lib/sys/unix/sys/filesystem.rb, line 150
      def percent_used
        100 - (100.0 * bytes_free.to_f / bytes_total.to_f)
      end