30 lines
1.3 KiB
Plaintext
30 lines
1.3 KiB
Plaintext
---
|
|
layout: docs
|
|
page_title: Usage - Disks VMware Provider
|
|
description: |-
|
|
HashiCorp develops an official VMware Fusion and VMware Workstation provider
|
|
for Vagrant. This provider allows Vagrant to power VMware based machines and
|
|
take advantage of the improved stability and performance that VMware software
|
|
offers.
|
|
---
|
|
|
|
# Usage
|
|
|
|
For examples of how to use the disk feature with VMWware, please refer to the
|
|
[general disk usage guide](/vagrant/docs/disks/usage) for more examples.
|
|
|
|
## provider_config options
|
|
|
|
Vagrant supports some additional VMWware specific options for specifying disk.
|
|
|
|
To define a provider specific option, please refer to the [Disk Options documentation page](/vagrant/docs/disks/configuration) for more info.
|
|
|
|
### Note about options defined below
|
|
|
|
It is possible these options could be out of date or stale. If you happen to see
|
|
an option that has changed or is missing from this page, please open an issue
|
|
or pull request on Vagrants GitHub page to correct this.
|
|
|
|
- `bus_type` (string) - Sets the bus type when attaching the disk. Possible options are `sata`, `ide`, and `scsi`. Defaults to `scsi`
|
|
- `adapter_type` (string) - Sets the adapter type when creating the disk. Possible options are `ide`, `buslogic` and `lsilogic`. Defaults to `lsilogic`
|