Vagrant disk options

Hi, I have vagrant running with virtualbox and would like to know if I can configure my vm to use a physical disk.

Thanks

Hi there,

Yes, this is possible but it is not something supported by Vagrant. You would need to customize the guest either directly prior to generating the box, or via provider customization. However, given that Vagrant guests are considered ephemeral, having a guest based on a physical disk will likely make it less useful as changes will be persistent unless the disk itself is restored.

Cheers!