diff --git a/source/_includes/common-tasks/network_storage.md b/source/_includes/common-tasks/network_storage.md index a73705edbc8..0fcbec34c9e 100644 --- a/source/_includes/common-tasks/network_storage.md +++ b/source/_includes/common-tasks/network_storage.md @@ -9,6 +9,14 @@ To list all your currently connected network storages, go to **{% my storage tit You need to update to Home Assistant Operating System 10.2 before you can use this feature. +{% else %} + +
+ + You need to make sure you run a supported Home Assistant Supervised installation with the latest version of the [os-agent](https://github.com/home-assistant/os-agent). Make sure that your supervisor uses [slave bind propagation](https://docs.docker.com/storage/bind-mounts/#configure-bind-propagation) for the data volume. + +
+ {% endif %}

@@ -40,14 +48,14 @@ To list all your currently connected network storages, go to **{% my storage tit Name: description: This is the name that will be used for the mounted directory on your system. Usage: - description: Here, you select how the target should be used. + description: Here, you select how the target should be used. [See usage types below](#usage-types) Server: description: The IP/hostname of the server running NFS/CIFS. -Protocol: +"Protocol3": description: The service the server is using for the network storage. "[NFS]1 Remote share path": description: The path used to connect to the remote storage server. -"[CIFS]2 Username": +"[CIFS]2 Username4": description: The username to use when connecting to the storage server. "[CIFS]2 Password": description: The password to use when connecting to the storage server. @@ -55,8 +63,21 @@ Protocol: description: The share to connect to on the storage server. {% endconfiguration_basic %} -1 _Options prefixed with `[NFS]` is only available for NFS targets._
-2 _Options prefixed with `[CIFS]` is only available for CIFS targets._ +1 _Options prefixed with `[NFS]` are only available for NFS targets._
+2 _Options prefixed with `[CIFS]` are only available for CIFS targets._
+3 _For the `CIFS` option, only version 2.1+ is supported._
+4 _Guest access is not supported. You need to supply a username and password to access the share._
+ +##### Usage types + +{% configuration_basic "hassio.network_share.usage" %} +Backup: + description: This will become a target. You can use it in service calls or when manually creating a backup. The first storage you add of this type becomes your new default target. If you want to change the default target, [check out the documentation below](#change-default-backup-location). +Media: + description: A new directory with the name you gave your network storage will be created under `/media`. This directory can be accessed by Home Assistant and add-ons. +Share: + description: A new directory with the name you gave your network storage will be created under `/share`. This directory can be accessed by Home Assistant and add-ons. +{% endconfiguration_basic %} ### Change default backup location