def read_entries
      entries = Storage.read_simple_etc_fstab(path)
      entries.map { |e| SimpleEtcFstabEntry.new(e) }
    rescue Storage::Exception
      log.warn("Not possible to read the fstab file: #{path}")