Mounts

Retrieves the current list of mounted drives in the target system.:

Query

select * from mounts;

Additional Query Info

  • Version: 1.4.5
  • Interval: 86400

JSON

{
  "queries": {
    "Mounts": {
      "query": "select * from mounts;",
      "interval": "86400",
      "platform": "",
      "version": "1.4.5",
      "description": "Retrieves the current list of mounted drives in the target system.",
      "value": ""
    }
  }
}