From 9627128dbdfc025d7487432b28927d91ce55a8f4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 28 Sep 2023 07:38:28 +0200 Subject: [PATCH] Update 00-local_mounts.sh --- .templates/00-local_mounts.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.templates/00-local_mounts.sh b/.templates/00-local_mounts.sh index 50e740df9..7a20d490d 100755 --- a/.templates/00-local_mounts.sh +++ b/.templates/00-local_mounts.sh @@ -70,6 +70,13 @@ if bashio::config.has_value 'localdisks'; then options="${options},umask=000" type="ntfs" ;; + ext*) + true + ;; + **) + bashio::log.fatal "Cannot mount : ${disk} uses ${fstype} which is not supported" + exit 1 + ;; esac # Legacy mounting : mount to share if still exists (avoid breaking changes)