MENU
    Volumes
    • 28 Apr 2023
    • 1 Minute to read
    • Dark
      This documentation version is deprecated, please click here for the latest version.

    Volumes

    • Dark

    Article summary

    VOLUME_MOUNT

    This event is generated when a volume is mounted.

    Platforms:

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

    VOLUME_UNMOUNT

    This event is generated when a volume is unmounted.

    Platforms:

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

    Was this article helpful?

    What's Next