From 59a9764c59ffd9aef93f6a3b988d41236e30685c Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 18 May 2017 18:28:14 +0200 Subject: [PATCH] Create external_drive.markdown --- source/hassio/external_drive.markdown | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 source/hassio/external_drive.markdown diff --git a/source/hassio/external_drive.markdown b/source/hassio/external_drive.markdown new file mode 100644 index 00000000000..38b54ff699a --- /dev/null +++ b/source/hassio/external_drive.markdown @@ -0,0 +1,23 @@ +--- +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 multible add-ons you can use the `/share` folder which is accessable from multibe add-ons. +It is also possible to create a add-on that only mount stuff to `share`. + +You can format the usb device with multible volumes and map it to the specific add-on. + +### {% linkable_title Generic %} + +The `share` is default on `/usr/share/hassio/share` so you can mount your volumes into this folder. +