diff --git a/.templates/00-local_mounts.sh b/.templates/00-local_mounts.sh index 7a20d490df6..50e740df9ac 100755 --- a/.templates/00-local_mounts.sh +++ b/.templates/00-local_mounts.sh @@ -70,13 +70,6 @@ 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)