fix(nfs): remove sync/no_subtree_check, invalid for unfs3, fixes mkdir on Windows

This commit is contained in:
2026-03-31 12:56:22 +02:00
parent e8763af552
commit c15c6f74ab
3 changed files with 6 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ else
else
OPTIONS="${OPTIONS},no_root_squash"
fi
OPTIONS="${OPTIONS},sync,no_subtree_check,insecure"
OPTIONS="${OPTIONS},insecure"
bashio::log.info "Exporting ${MOUNT_PATH} to ${NETWORK} (${OPTIONS})..."
EXPORT_LINE="${MOUNT_PATH}"