# `Condukt.Sandbox.Virtual.Tools.Mount`
[🔗](https://github.com/tuist/condukt/blob/0.16.5/lib/condukt/sandbox/virtual/tools/mount.ex#L1)

Sandbox-specific tool for `Condukt.Sandbox.Virtual` that lets the agent
mount a host directory into the virtual filesystem at runtime.

This tool only makes sense with the Virtual sandbox. Routing through the
generic `Condukt.Sandbox.mount/3` facade means it will return
`{:error, :not_supported}` against `Sandbox.Local`, which is the correct
behavior (the host filesystem is already the sandbox there, mounting would
be meaningless).

## Parameters

- `host_path` - Absolute path on the host filesystem
- `vfs_path` - Absolute path inside the virtual filesystem to mount it at

# `description`

# `name`

# `parameters`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
