diff --git a/.templates/92-local_mounts.sh b/.templates/92-local_mounts.sh index 6f60fd433..13e325e23 100755 --- a/.templates/92-local_mounts.sh +++ b/.templates/92-local_mounts.sh @@ -50,7 +50,7 @@ if bashio::config.has_value 'localdisks'; then ntfs) bashio::log.warning "${fstype} is an EXPERIMENTAL support" options="${options},umask=000" - type="ntfs3" + type="ntfs" ;; *) if bashio::config.has_value 'PUID' && bashio::config.has_value 'PGID'; then