get_mounting_instructions
Retrieve step-by-step instructions and commands to mount a Vultr block storage volume on Linux systems using either volume label or ID.
Instructions
Get instructions for mounting a block storage volume on Linux.
Smart identifier resolution: Use volume label or ID.
Args: volume_identifier: Volume label or ID
Returns: Step-by-step mounting instructions and commands
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| volume_identifier | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "volume_identifier": {
      "title": "Volume Identifier",
      "type": "string"
    }
  },
  "required": [
    "volume_identifier"
  ],
  "type": "object"
}