21 lines
758 B
Markdown
21 lines
758 B
Markdown
---
|
|
layout: "docs"
|
|
page_title: "Common Issues - Disks VirtualBox Provider"
|
|
sidebar_current: "disks-providers-virtualbox-issues"
|
|
description: |-
|
|
This page lists some common issues people run into with Vagrant and VirtualBox
|
|
as well as solutions for those issues.
|
|
---
|
|
|
|
# Common Issues and Troubleshooting
|
|
|
|
This page lists some common issues people run into with Vagrant and VirtualBox
|
|
as well as solutions for those issues.
|
|
|
|
## VirtualBox GUI
|
|
|
|
A handy way to figure out what disks are attached (or not attached) to your guest
|
|
is to open up the VirtualBox GUI and select the guest. When selecting a guest on the GUI,
|
|
it should open more information about the guest, including storage information. Here
|
|
you should see a list of disks attached to your guest.
|