Volumes
  • 28 Apr 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Volumes

  • Dark
    Light

Article summary

VOLUME_MOUNT

This event is generated when a volume is mounted.

Platforms:

{
    "VOLUME_PATH": "E:",
    "DEVICE_NAME": "\\Device\\HarddiskVolume3"
}

VOLUME_UNMOUNT

This event is generated when a volume is unmounted.

Platforms:

{
    "VOLUME_PATH": "/Volumes/RECOVERY",
    "VOLUME_NAME": "/dev/disk2s1"
}

Was this article helpful?

What's Next