diff --git a/website/source/docs/disks/index.html.md b/website/source/docs/disks/index.html.md
index ebc4c8faf..72616e695 100644
--- a/website/source/docs/disks/index.html.md
+++ b/website/source/docs/disks/index.html.md
@@ -8,26 +8,11 @@ description: |-
# Vagrant Disks
-
- Warning! This feature is experimental and may break or
- change in between releases. Use at your own risk. It currently is not officially
- supported or functional.
-
- This feature currently reqiures the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to:
-
- ```
- VAGRANT_EXPERIMENTAL="disk_base_config"
- ```
-
- Please note that `VAGRANT_EXPERIMENTAL` is an environment variable. For more
- information about this flag visit the [Experimental docs page](/docs/experimental/)
- for more info. Without this flag enabled, any disks defined will not be configured.
-
- NOTE: Vagrant disks is currently a future feature for Vagrant that is not yet supported.
- Some documentation exists here for future reference, however the Disk feature is
- not yet functional. Please be patient for us to develop this new feature, and stay
- tuned for a future release of Vagrant with this new functionality!
-
+Add a simple paragraph about the feature and what it can do here.
For more information about what options are available for configuring disks, see the
[configuration section](/docs/disks/configuration.html).
+
+## Supported Providers
+
+Currently, only VirtualBox is supported. Add link here
diff --git a/website/source/docs/disks/virtualbox/index.html.md b/website/source/docs/disks/virtualbox/index.html.md
index 23057f235..e3eb550c1 100644
--- a/website/source/docs/disks/virtualbox/index.html.md
+++ b/website/source/docs/disks/virtualbox/index.html.md
@@ -9,4 +9,27 @@ description: |-
# VirtualBox
+
+ Warning! This feature is experimental and may break or
+ change in between releases. Use at your own risk. It currently is not officially
+ supported or functional.
+ This feature currently reqiures the experimental flag to be used. To explicitly enable this feature, you can set the experimental flag to:
+
+ ```
+ VAGRANT_EXPERIMENTAL="virtualbox_disk_hdd"
+ ```
+
+ Please note that `VAGRANT_EXPERIMENTAL` is an environment variable. For more
+ information about this flag visit the [Experimental docs page](/docs/experimental/)
+ for more info. Without this flag enabled, any disks defined will not be configured.
+
+
+
+Vagrant using the `vboxmanage` command line interface to manage disks for a
+VirtualBox guest.
+
+Because of how VirtualBox handles disk management, a Vagrant guest _must_ be powered
+off for any changes to be applied to a guest. If you make a configuration change
+with a guests disk, you will need to `vagrant reload` the guest for any changes
+to be applied.