From 2c4b35bbefe50553055b26e6ceb1a4395b3d95aa Mon Sep 17 00:00:00 2001
From: aidbish <38182386+aidbish@users.noreply.github.com>
Date: Mon, 1 Jul 2019 16:44:37 +1000
Subject: [PATCH] Removes Hassio external storage page (#9737)
* No longer valid
https://github.com/home-assistant/home-assistant.io/issues/9712
* Remove External storage
---
.../_includes/asides/hassio_navigation.html | 1 -
source/hassio/external_storage.markdown | 21 -------------------
2 files changed, 22 deletions(-)
delete mode 100644 source/hassio/external_storage.markdown
diff --git a/source/_includes/asides/hassio_navigation.html b/source/_includes/asides/hassio_navigation.html
index f8e6a3debeb..124a47ff1be 100644
--- a/source/_includes/asides/hassio_navigation.html
+++ b/source/_includes/asides/hassio_navigation.html
@@ -17,7 +17,6 @@
- {% active_link /hassio/commandline/ Command line %}
- {% active_link /hassio/zwave/ Z-Wave %}
- - {% active_link /hassio/external_storage/ External storage %}
- {% active_link /hassio/run_local/ Execute local things %}
- {% active_link /hassio/enable_i2c/ Enable I2C %}
diff --git a/source/hassio/external_storage.markdown b/source/hassio/external_storage.markdown
deleted file mode 100644
index b4a930bc194..00000000000
--- a/source/hassio/external_storage.markdown
+++ /dev/null
@@ -1,21 +0,0 @@
----
-layout: page
-title: "External device"
-description: "How to map external device on Hass.io."
-date: 2017-04-30 13:28
-sidebar: true
-comments: false
-sharing: true
-footer: true
----
-
-### {% linkable_title ResinOS / Generic %}
-
-Map the USB drive into add-on with `devices` options. If you need it on multiple add-ons, you can use the `/share` folder which is accessible from various add-ons.
-It is also possible to create an add-on that only mounts stuff to `share`.
-
-You can format the USB device with multiple volumes and map it to a specific add-on.
-
-### {% linkable_title Generic %}
-
-The `share` defaults to `/usr/share/hassio/share` so you can mount your volumes into this folder.